Re: "Webpag e has expired" when using Back Button to go to any PHPgenerated page
PHPBABY3 wrote:
On Nov 10, 2:34 pm, "Sven Reuter" <newsgroup_11.. .@sreuter.netwr ote:
>PHPBABY3 wrote:
Whenever I use the back button to go back to a page generated by Easy
PHP it gets a message that the page has expired.
>>
>That often happens if you go back to a site which expects POST
>information
> from his previous site. But this site gets no POSTs through going back.
>
I am writing the site in PHP. How do I fix it?
>
You could try to use GET instead of POST in forms. Maybe this could fix
your problem.
Comment