back with post

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
shiznatix
DevNet Master
Posts: 2745
Joined: Tue Dec 28, 2004 5:57 pm
Location: Tallinn, Estonia
Contact:

back with post

Post by shiznatix »

i have a script where there are a bunch of fields and the user fills everything out then submits it. it then inturn goes and searches the fields and whatnot easy enough. but if there is no results i display the no results page but i want there to be a easy way for the user to just hit a link or somthing and go back without the message coming up saying there is post data do you want to continue blah blah blah.
method_man
Forum Contributor
Posts: 257
Joined: Sat Mar 19, 2005 1:38 am

Post by method_man »

cant you have it go to that page again instead of going back to the page?
User avatar
shiznatix
DevNet Master
Posts: 2745
Joined: Tue Dec 28, 2004 5:57 pm
Location: Tallinn, Estonia
Contact:

Post by shiznatix »

well i need the ability to go back becuase i have to keep the post data that they submitted (only way i can think is to have the go back with the post data) and i have to have the go back even if there where results incase they want to change a few diffrent things in the search criteria.
Post Reply