fork download
  1. <html>
  2. <body>
  3.  
  4. <?php
  5. echo"Hello World";
  6. ?>
  7.  
  8. </body>
  9. </html>
  10.  
Success #stdin #stdout 0.02s 13112KB
stdin
Standard input is empty
stdout
<html>
<body>

Hello World
</body>
</html>