Skip to content

Instantly share code, notes, and snippets.

@cnevinc
Created January 23, 2014 01:18
Show Gist options
  • Save cnevinc/8570977 to your computer and use it in GitHub Desktop.
Save cnevinc/8570977 to your computer and use it in GitHub Desktop.
<?php
$url = "http://www.google.com";
file_get_contents($url);
print_r( $http_response_header) ;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment