Return to Snippet

Revision: 48295
at June 28, 2011 15:02 by jatinchimote


Initial Code
<?php

set_time_limit(0);

$contents = file_get_contents("http://www.google.co.in");
echo $contents;

Initial URL


Initial Description


Initial Title
File get Contents Example

Initial Tags
php

Initial Language
PHP