PHP & HTTPS?

JonTheBaller

Golden Member
Dec 2, 2002
1,916
0
0
I want to use the file function with an https page, is there any way to do this?

For example:

$https_url = "https://www.paypal.com/";
$https_array = file( $https );

What is the method to do this with secure HTTPS pages?