RE: [PHP-DB] file and https

2003-02-21 Thread Ryan Jameson (USA)
e protocol. :-) <>< Ryan -Original Message- From: 1LT John W. Holmes [mailto:[EMAIL PROTECTED]] Sent: Friday, February 21, 2003 8:05 AM To: Ryan Jameson (USA); [EMAIL PROTECTED] Subject: Re: [PHP-DB] file and https > Has anyone found a way to import data through > ssl into a php

Re: [PHP-DB] file and https

2003-02-21 Thread 1LT John W. Holmes
> Has anyone found a way to import data through > ssl into a php script? If I can pull xml formatted > data through a secure socket it will save some > major headaches with a problem I need to solve. > > $url = file("https://www.mydomain.com";); Would > be ideal, but it does not work It does w

Re: [PHP-DB] file and https

2003-02-21 Thread Paul Burney
on 2/21/03 9:52 AM, Ryan Jameson (USA) at [EMAIL PROTECTED] appended the following bits to my mbox: > Has anyone found a way to import data through ssl into a php script? If I can > pull xml formatted data through a secure socket it will save some major > headaches with a problem I need to solve.

Re: [PHP-DB] file and https

2003-02-21 Thread Jeffrey_N_Dyke
Jeff "Ryan Jameson (USA)" To: <[EMAIL PROTECTED]> Subject: [P

[PHP-DB] file and https

2003-02-21 Thread Ryan Jameson (USA)
Has anyone found a way to import data through ssl into a php script? If I can pull xml formatted data through a secure socket it will save some major headaches with a problem I need to solve. $url = file("https://www.mydomain.com";); Would be ideal, but it does not work <>< Ryan Ryan James