![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveRe: 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">
Of course if the page was the result of a post than the method would have to
Balazs
>
|