Skip to content

Instantly share code, notes, and snippets.

@dejanmarkovic
Created December 10, 2013 17:02
Show Gist options
  • Save dejanmarkovic/7894099 to your computer and use it in GitHub Desktop.
Save dejanmarkovic/7894099 to your computer and use it in GitHub Desktop.
Load page with PHP
$handle = file_get_contents("http://mysite/y_filename.php , "b");
echo $handle;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment