Thanks to all for your prompt replies!
It works just fine.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
yip on the browser a small padlock should appear
> -Original Message-
> From: LeTortorec, Jean-Louis [mailto:[EMAIL PROTECTED]]
> Sent: 11 July 2002 4:33 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] How to know if we're using http or https
>
>
> Hello all!
>
> Is there a flag that would
You can use either of the following checks to see if
the user is using HTTPS...
$HTTPS == "on"
$SERVER_PORT == "443"
Chris
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
if ( $_SERVER["HTTPS"]=="on" )
user using HTTPS
else
user usin http
- Original Message -
From: "LeTortorec, Jean-Louis" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 11, 2002 8:32 AM
Subject: [PHP] How to know if we're using http or https
> Hello all!
>
> Is
4 matches
Mail list logo