surf trough a php site

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
reddurango
Forum Newbie
Posts: 13
Joined: Sun Aug 16, 2009 9:17 am

surf trough a php site

Post 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
maneetpuri
Forum Commoner
Posts: 60
Joined: Tue Oct 07, 2008 6:32 am

Re: surf trough a php site

Post 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
reddurango
Forum Newbie
Posts: 13
Joined: Sun Aug 16, 2009 9:17 am

Re: surf trough a php site

Post by reddurango »

thanks problem solved, Thank You so much
Post Reply