fork download
  1. <html>
  2. <head>
  3. <title>Online PHP Script Execution</title>
  4. </head>
  5. <body>
  6. <h1>HUI</h1>
  7. <?php
  8. echo "<h1>Hello, PHP!</h1>";
  9. echo file_get_contents("input.txt");
  10. ?>
  11. </body>
  12. </html>
Success #stdin #stdout #stderr 0.02s 26048KB
stdin
Standard input is empty
stdout
<html>
<head>
<title>Online PHP Script Execution</title>
</head>
<body>
<h1>HUI</h1>
<h1>Hello, PHP!</h1></body>
</html>
stderr
PHP Warning:  file_get_contents(input.txt): failed to open stream: No such file or directory in /home/rT2PGS/prog.php on line 9