Re: Execute php with back button
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.php archive

Re: Execute php with back button

From: Balazs Wellisch <balazs@neusolutions.com>
Date: Fri Dec 30 2005 - 06:17:16 CET

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??
>
Received on Tue Jan 3 03:50:03 2006