I need to be able to detect if the users browsers support SSL so that I can modify links accordingly... ie (https instead of http).
I have investigated the $_SERVER vars, but nothing seems to show whether the browser does support SSL, or the https protocol...
Any ideas?