Re: Execute php with back button



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??
>


.


Quantcast