opening secure file

From: in2minds (karl_at_redx.co.uk)
Date: 11/29/03

  • Next message: Al Kolff: "Re: Hosting Websites - Any Recomandations?"
    Date: Sat, 29 Nov 2003 01:56:04 -0000
    
    

    is it possible to grab the content of a file on a secure server somehow,
    as you would with...

     $url = "http://www.someurl.com/filename.txt";
     $content = file($url);

    the page is available by either...

    http://www.someurl.com/filename.txt
    https://www.someurl.com/filename.txt

    when accessed with a browser.

    thanks
    Les


  • Next message: Al Kolff: "Re: Hosting Websites - Any Recomandations?"