Page 1 of 1

surf trough a php site

Posted: Wed Aug 26, 2009 7:08 pm
by reddurango
I have a question, how can i do this, i built a website in php, so i use forms for surf trough the website, i send an option trough $_post method and the problem shows when the user press the back button on Internet Explorer and the page said this page expired, is there anyway for make this thing right so if they click back the actually go back.

Please Help

Re: surf trough a php site

Posted: Thu Aug 27, 2009 3:21 am
by maneetpuri
Hi,

In the forms you have used method = post change it to method = get and this will resolve the current problem. But if there are some forms where the number of fields are considerably more then that might result into an other problem.

Cheers,

~Maneet

Re: surf trough a php site

Posted: Thu Aug 27, 2009 12:08 pm
by reddurango
thanks problem solved, Thank You so much