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!
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.
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.