fork download
  1. <?php
  2.  
  3. require_once "/conf/PDO.php";
  4. require_once "/conf/Mapper.php";
  5.  
  6. $mapper = new Mapper($DBH);
  7. $timers = $mapper->getTimers();
  8.  
  9. include "templates/header.html"; ?>
  10.  
  11. <p><?php count($timers); ?></p>
  12.  
  13. <?php include "templates/footer.html"; ?>
Runtime error #stdin #stdout #stderr 0.02s 52472KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Warning:  require_once(/conf/PDO.php): failed to open stream: No such file or directory in /home/GZs6Xs/prog.php on line 3
PHP Fatal error:  require_once(): Failed opening required '/conf/PDO.php' (include_path='.:/usr/share/php:/usr/share/pear') in /home/GZs6Xs/prog.php on line 3