Re: Execute php with back button
- From: "Balazs Wellisch" <balazs@xxxxxxxxxxxxxxxx>
- Date: Fri, 30 Dec 2005 05:17:16 GMT
You could also try:
<form action="<?php print $_SERVER['HTTP_REFERER']; ?>" method="get">
<input type="submit" value="back">
</form>
Of course if the page was the result of a post than the method would have to
be changed accordingly.
Balazs
>
> Is there any code to insert in php that implies a reload every time the
> page appears in the user browser??
>
.
- References:
- Execute php with back button
- From: zek2005
- Execute php with back button
- Prev by Date: Re: Users/permissions/files - LAMP
- Next by Date: Re: Users/permissions/files - LAMP
- Previous by thread: Re: Execute php with back button
- Next by thread: Listing objects
- Index(es):