Is there any way to check (true/false) if my php script is running on a not secure (http) or secure (https) page ?
Happy new 2003 to all forum!
Check the environment variable $_SERVER["SERVER_PROTOCOL"]
Originally posted by eoghain Check the environment variable $_SERVER["SERVER_PROTOCOL"]
.. thank you!