fork download
  1. <?php
  2. require_once 'autoload.php';
  3. $header = new Header();
  4. ?>
  5. <html>
  6. <head>
  7. <title> <? echo $header->sayfaHeader()->ana["title"]; ?> </title>
  8. <meta name="description" content="<? echo $header->sayfaHeader()->ana["description"]; ?>" />
  9. <meta name="keywords" content="<? echo $header->sayfaHeader()->ana["keywords"]; ?>" />
  10. </head>
  11. </html>
Runtime error #stdin #stdout 0.02s 13112KB
stdin
Standard input is empty
stdout
Warning: require_once(autoload.php): failed to open stream: No such file or directory in /home/IYIZWJ/prog.php on line 2

Fatal error: require_once(): Failed opening required 'autoload.php' (include_path='.:/usr/share/php5:/usr/share/php') in /home/IYIZWJ/prog.php on line 2