Posted by Balazs Wellisch on 12/30/05 07:17
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??
>
[Back to original message]
|