Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

returning to previous page

Status
Not open for further replies.

cgillin

Programmer
Mar 20, 2003
58
US
What I want to be able to do is return to a previous page that was passed multiple variables via GET. What I don't want to do is to pass these variables on from page to page through the url or store them in sessions since there are so many.

Here is the process....
-User fills out form and submits
-Advances to next page that will produce information based on their form
-They may then click on on an item to view detailed information

What I would like to be able to do after this is return them to the previous page that had the search results from the initial form

Thanks for your help
 
The only way to do it from PHP is to provide links the user can click on or via server redirection.

And either of those methods will require that you carry the user's information around.



Want the best answers? Ask the best questions!

TANSTAAFL!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top