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!
Store the data in a cookie, and when loading that page, check to see if that cookie exists, and if it does, load the data into the form fields would probably work. Sorry, can't give code, as I don't know too much php as of yet. I could do it in ASP, but that's not much use.
Thankyou for your reply, i was hoping the solution wouldn't require any PHP scriptinhg as it seems on some my other websites pressing back doesn't get rid of the data into a form.
the memory of what were in the fields is all controlled by the browser.. if it wants to toss that info, it will.. we can't do much about it. What we can offer is an in-page link back that will repopulate the fields with the last data they submitted...