Advertisement
Guest User

Untitled

a guest
Feb 9th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. file_get_contents("http://www.google.com");
  2.  
  3. file_get_contents("localfile.html");
  4.  
  5. htmlentities(file_get_contents("localfile.html"));
  6.  
  7. <textarea><?php echo htmlentities(file_get_contents("localfile.html")); ?></textarea>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement