The author made an error leaving out method="post" from the Form action line, he could have made more. Even with the method=post put in, the script doesn't work or at least not as he implied it should.
On part 7 under Displaying The Update Page he shows the script with this in it - Space For Code. He explains:
"Where 'Space For Code' is in this script is where the code for the update page will go. This is, in fact, just HTML formatting for the output:"
He gives the code for the output and says this:
"As you can see, this code will output a standard form... "
I know you say that the update.php isn't suppose to display anything. So why have an HTML form with a submit button in the script? What did he mean by "...this code will output a standard form"? Where will the standard form be output to?
There's also a lot more code on this page that he assigns to the updating process. Where is all this code?
I see that he has a fancy bracket at the end of the While line - while ($i < $num) { and the closing bracket down below the ++$i; line, but these brakets aren't in the update.php script. Is this important?
The author implies that the user should be able to edit or delete a specific entry or record in the contact database using this script as part of an html form on a web page. Where else would you use an html form with a submit button?
At the bottom of the page was this -
In part 8, the final part of this tutorial, I will show you how to put the whole script you have created together.
Maybe my eyes are failing me, but I didn't see anything on page 8 that showed me how to put the whole script together.