> You want to specifically check for
>
>   $_SERVER["HTTPS"] == "on"
>
> because if you're not using HTTPS then $_SERVER["HTTPS"] does not exist.
>

If this is the case why does it work ok on my windows box? Shouldnt it have
same output accross all platforms?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to