Read and write to remote files using PHP
PHP strongly allow you to play with remote files. You can easily read content from remote files and also write them. For doing this, you just need to enable allow_url_fopen in your php.ini file. By enabling it, you can use HTTP and FTP URLs with most of the functions that take a file name as a parameter.
Want to have your say? just login



Be first to show your opinion !!!