Page can not display when clicking back button

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
mujaffar
Forum Newbie
Posts: 13
Joined: Tue Dec 22, 2009 11:16 pm

Page can not display when clicking back button

Post by mujaffar »

hi friends

I have one project in PHP which their are no of pages when i go form 1 page to another and when i click on back button then control goes to the previous page but page can not be displayed and gives error
It works in mozilla where it asks for resend information but in internet explorer it gives error.
what should i do

I think it is problem about resending infomation to previous page what should i do reply
aravona
Forum Contributor
Posts: 347
Joined: Sat Jun 13, 2009 3:59 pm
Location: England

Re: Page can not display when clicking back button

Post by aravona »

mujaffar wrote: It works in mozilla where it asks for resend information but in internet explorer it gives error.
Firefox can skip errors - thats why I always error test in IE because IE always throws up errors without any problems.

Can you post the error? Having to resend information if you go back to a previous page happens on a lot of sites.
mujaffar
Forum Newbie
Posts: 13
Joined: Tue Dec 22, 2009 11:16 pm

Re: Page can not display when clicking back button

Post by mujaffar »

aravona wrote:
mujaffar wrote: It works in mozilla where it asks for resend information but in internet explorer it gives error.
Firefox can skip errors - thats why I always error test in IE because IE always throws up errors without any problems.

Can you post the error? Having to resend information if you go back to a previous page happens on a lot of sites.

404 page can not be found
Post Reply