Using remote files in PHP

Posted by V.HPatel on February 18, 2007

As long as allow_url_fopen is enabled in php.ini, you can use HTTP and FTP URLs with most of the functions that take a filename as a parameter. In addition, URLs can be used with the include(), include_once(), require() and require_once() statements. In PHP 4.0.3 and older, in order to use URL... [read more]

Rating

not rated

Reviews

There are currently no comments or reviews.

Submit a review:

Login required.