• posted 2½ years ago

    Weird discovery: firefox converts $_SERVER, SF doesn't?

    300px-Religious_syms.svg 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);
    exit();
    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
    read