Can somebody help me with this? My user inputs data at input.php whose action calls action.php which just does a SQL INSERT. this is not a problem.
but at the end of the action.php I would like to jump automatically to view.php where the user sees the contents of the database.
I'm on top of all the database issues, I just need to know how to autojump at the end of my INSERT script, so the user can go from pressing the "SUBMIT" button, to seeing their data in the database.
this seems like it should be remarkably simple, but for the life of me, i can't firgure it out. please help....