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
surf trough a php site
Moderator: General Moderators
-
maneetpuri
- Forum Commoner
- Posts: 60
- Joined: Tue Oct 07, 2008 6:32 am
Re: surf trough a php site
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
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
-
reddurango
- Forum Newbie
- Posts: 13
- Joined: Sun Aug 16, 2009 9:17 am
Re: surf trough a php site
thanks problem solved, Thank You so much