Search Results

Search: Posts Made By: lowmaster
1,948
Posted By Don Cragun
The following script might help with your issues,...
The following script might help with your issues, but it is making LOTS of assumptions since you haven't answered many of my questions. If any of my assumptions are wrong, this script won't work. ...
2,715
Posted By Scott
Think of it as an if-then-else: if...
Think of it as an if-then-else:

if (isset($GLOBALS['HTTP_SERVER_VARS']) && isset($GLOBALS['HTTP_SERVER_VARS']['REQUEST_URI']))
$something = $GLOBALS['HTTP_SERVER_VARS']['REQUEST_URI'];
else
...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 07:47 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy