file_get_contents();
file_get_contents — Reads entire file into a string
file_get_contents — Reads entire file into a string
<?php
$homepage = file_get_contents('http://www.example.com/');
echo $homepage;?>
No comments:
Post a Comment