View Single Post
Old 12-03-2008, 02:08 PM   #2 (permalink)
Karl
The Reckoner
Advanced Programmer Top Contributor 
 
Karl's Avatar
 
Join Date: Sep 2007
Posts: 437
Thanks: 22
Karl is on a distinguished road
Default

I don't need this often, which is just as well really. But when I need them, I'm often not sure which $_SERVER part I need, which reduces me to doing this every time to find the correct one:

php Code:
print_r($_SERVER);
__________________
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
Karl is offline  
Reply With Quote