code:
< ?php
$url = 'http://search.msn.com';
$output = file_get_contents($url);
echo $output;
? >
This entry was posted on Saturday, March 7th, 2009 at 8:59 pm and is filed under PHP .
To view this, you need to install the Flash Player 7. Please go to here and download it.
code:
< ?php
$url = 'http://search.msn.com';
$output = file_get_contents($url);
echo $output;
? >
This entry was posted on Saturday, March 7th, 2009 at 8:59 pm and is filed under PHP .