fork(147) download
  1. <html>
  2. <body>
  3. Azi e <?php print date( 'd.m.Y' ); ?>
  4. </body>
  5. </html>
Success #stdin #stdout 0.02s 13064KB
stdin
Standard input is empty
stdout
<html>
<body>
Azi e 26.07.2012</body>
</html>