I'm trying to make a page that after a submit button is pressed on say index.php it goes to post.php. from here i want the post.php to go to the previous page, which in this case is index.php. i can easily do this the hardcoded way where i simply tell it to go back to "index.php", but i want this to work from any page. this would mean i'd need a variable that has the URL from the previous page.
i hope you understand.
lets put it in another way.
i want the post.php page to go to the previous page (no matter what page it was) after a set amount of time.
please understand
Thanks,
DF
i hope you understand.
lets put it in another way.
i want the post.php page to go to the previous page (no matter what page it was) after a set amount of time.
please understand
Thanks,
DF