Forum Moderators: coopster
I have a PHP page for adding a record that calls an update PHP page. I currently display the record out once it's updated and the user would press a link to get back to the main PHP display page.
Is it possible to call the update page and then automatically call the display page without the user having to click?
I know I could make this one routine/page, but I find it easier to follow when the add/update/delete pages are seperate.
Any help appreciated.
Andy