> 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 work in PHP 4.3 if you have SSL installed also (at least with
fopen). Other options would be to use cURL or make an exec call to Lynx (or
any browser) to retrieve the data.

---John Holmes...


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to