You would have to use "cURL" to get those.

HTTPS pages require that the client (in this case PHP) negotiate a secure
connection using SSL and thus sending back and forth some headers of
public/private key-pairs.

cURL does this.

PHP's include() doesn't.

--
WARNING [EMAIL PROTECTED] address is an endangered species -- Use
[EMAIL PROTECTED]
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm
----- Original Message -----
From: Tomazsa <[EMAIL PROTECTED]>
Newsgroups: php.general
To: <[EMAIL PROTECTED]>
Sent: Sunday, August 19, 2001 6:25 PM
Subject: Include/requrie secure pages


> I can not include / require secure pages (https).
> Is that the way it is in php?
> If so how can I do that another way?
>
> lp, tomaz
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to