Hi,
Ok I have a page entitled: show_abstract.php?Abstract_ID=1 which has a link to show_author.php?Author_ID=5
Now if user follows the link, he is redirected to show_author.php?Author_ID=5.
If he updates the page by pressing the 'update' or 'cancel' button, I want him to be redirected to the page entitled: show_abstract.php?Abstract_ID=1
Now, how should I handle this, with a $_SESSION variable storing the current page link? or is there another smarter way of doing this?
The show_author.php?Author_ID=5 link is also used somewhere else in my database but it needs to be redirected to a different location once the user presses the 'update' or 'cancel' button.
Hope I'm clear enough....Can someone give me a tip?