Posted by Sephiroth on 01/19/05 05:38
Hi all, How to access remote files with php? For ex: $sFile = "http://www.php.net/123.txt"; if (file_exists($sFile)) { $hFile = fopen($sFile); ... fclose($hFile); } Regards, Sephiroth
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming