Re: [PHP] Re: url without a query string?

2001-07-08 Thread another programmer
July 09, 2001 4:15 PM Subject: [PHP] Re: url without a query string? I am not sure if the header(); function still maintain the referer, but if it does: You could make the first link lead to any named page, like: gate.php On gate.php you put: header("Location: index.php"

[PHP] Re: url without a query string?

2001-07-08 Thread Inércia Sensorial
I am not sure if the header(); function still maintain the referer, but if it does: You could make the first link lead to any named page, like: gate.php On gate.php you put: header("Location: index.php"); On index.php you put: if ($HTTP_REFERER == 'http://www.your_domain.com/gate.php')