You are here: C97net • 5.05 File Functions
Remotely open a file in another domain
function remote_fopen ($site_url)
Open a file in another domain. Useful if your host doesn't allow allow_url_fopen.
$site_url = the remote file.
It returns the content of the file.
Example 1
<?php
require './includes/user_init.php';
echo remote_fopen ('http://www.c97.net');
?>
There is no comment. Why not be the first?