News

You would have two different kinds of GET request, one to redisplay the HTML form with all its previous data, another to display business object from the database, using just its ID.
Create the HTML data entry form in Notepad or in your PHP editor. You will need to create a form with a "POST" method to pass the data to PHP for processing.