/ Published in: PHP
This simple function allows you to fetch files from other web sites in PHP4 without needing to install any extensions for PHP.
Expand |
Embed | Plain Text
function fetch_remote_file($file) { if ($fs) { $header = 'GET ' . $file . ' HTTP/1.0' . lnbr; $buffer = ''; } else { return false; } } }
You need to login to post a comment.
