RE: [PHP] URL information into a variable

2002-03-22 Thread J. Scott Johnson
Here you go: Scott -Original Message- From: Phil Schwarzmann [mailto:[EMAIL PROTECTED]] Sent: Friday, March 22, 2002 9:08 PM To: [EMAIL PROTECTED] Subject: [PHP] URL information into a variable How do I take the current URL and turn it into a variable? THANKS!! Phil -- PHP

Re: [PHP] URL information into a variable

2002-03-22 Thread Justin French
Hi, This really is pretty easy to find in the manual. I believe you'd want either $PHP_SELF or $REQUEST_URI, both documented here: http://www.php.net/manual/en/reserved.variables.php Justin French - http://indent.com.au http://soundpimps.com http://hinge.net.au Phil Sc

[PHP] URL information into a variable

2002-03-22 Thread Phil Schwarzmann
How do I take the current URL and turn it into a variable? THANKS!! Phil