ScottCybak
Programmer
I was wondering if there was any other method to grabbing the full url of the current page.
Basically, i want to use PHP_SELF, but get all the variables passed to it in the URL..
So, if the url were:
my result string (could be an array, depends what's easier/quicker)would be
testing.php?Num=1&Rec=3
I'd like to do this without having to manually define all variables in a function and check for each when the script runs, but imagine this could possibly be what i have to do.
I appreciate any response and/or advise given! Scott Cybak
Nighthawk Transport Inc.
Basically, i want to use PHP_SELF, but get all the variables passed to it in the URL..
So, if the url were:
my result string (could be an array, depends what's easier/quicker)would be
testing.php?Num=1&Rec=3
I'd like to do this without having to manually define all variables in a function and check for each when the script runs, but imagine this could possibly be what i have to do.
I appreciate any response and/or advise given! Scott Cybak
Nighthawk Transport Inc.