-
- posted 2½ years ago
Weird discovery: firefox converts $_SERVER, SF doesn't?
read
This is definitely up there for me; a very weird discovery about how firefox and safari differ in the way the $_SERVER array is returned.
print_r($_SERVER);Run that code in a php script; then check the source in both safari and in firefox. For the path, try something like index.php?name=what'sup
exit();