<html> <head></head> <body> Agent: So who do you think you are, anyhow? <br /> <?php // define variables $name = 'Neo'; $rank = 'Anomaly'; $serialNumber = 1; // print output echo "Neo: I am <b>$name</b>, the <b>$rank</b>. You can call me by my serial number, <b>$serialNumber</b>."; ?> </body> </html>
Standard input is empty
<html> <head></head> <body> Agent: So who do you think you are, anyhow? <br /> Neo: I am <b>Neo</b>, the <b>Anomaly</b>. You can call me by my serial number, <b>1</b>. </body> </html>
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!