Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 1st, 2012  |  syntax: PHP  |  size: 0.12 KB  |  hits: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. php > error_reporting(0);
  2. php > $a = file_get_contents('http://localhost/stuff.html');
  3. php > var_dump($a);
  4. bool(false)