kenfused
08-13-2003, 01:31 AM
Hello
I'm using PHP and $_SERVER['PHP_SELF'] to try to make a "next page" function.
For example
if my URL is
www.mysite.com/index.php?query=1&search=2&page=1
Using $_SERVER['PHP_SELF'] seems to only return
www.mysite.com/index.php?
without the accompanying existing query specifics information
Any idea why it's not getting the entire URL with the ?query=1&search=2 etc.?
Thanks
I'm using PHP and $_SERVER['PHP_SELF'] to try to make a "next page" function.
For example
if my URL is
www.mysite.com/index.php?query=1&search=2&page=1
Using $_SERVER['PHP_SELF'] seems to only return
www.mysite.com/index.php?
without the accompanying existing query specifics information
Any idea why it's not getting the entire URL with the ?query=1&search=2 etc.?
Thanks
