Hi
I have a simple on-line address book using PHP / mySQL.
The first screen is \'index.php\' which shows a list of surname. You click on a surname and you get the details on the same screen using innerHTML.
There is a link to add a new address - it\'s an html form that calls a php script:
index.php -> addnew.html -> addnew.php
My question is: After I \'add\' a new address I want to return to \'index.html\' and display a refreshed list of names (i.e. showing the new added name).
How do I go about doing this? Thanks, Tony.
I have a simple on-line address book using PHP / mySQL.
The first screen is \'index.php\' which shows a list of surname. You click on a surname and you get the details on the same screen using innerHTML.
There is a link to add a new address - it\'s an html form that calls a php script:
index.php -> addnew.html -> addnew.php
My question is: After I \'add\' a new address I want to return to \'index.html\' and display a refreshed list of names (i.e. showing the new added name).
How do I go about doing this? Thanks, Tony.