E dire che basterebbe LEGGERELO il manuale ufficiale ...
http://www.php.net/file_get_contents
Example #1 Get and output the source of the homepage of a website
Codice PHP:
$homepage = file_get_contents('http://www.example.com/');
E dire che basterebbe LEGGERELO il manuale ufficiale ...
http://www.php.net/file_get_contents
Example #1 Get and output the source of the homepage of a website
Codice PHP:
$homepage = file_get_contents('http://www.example.com/');