more hello world-ish stuff with the print statement

cat-town
Dan Buch 14 years ago
parent d4d0b09077
commit e40a4a00c2

@ -0,0 +1,11 @@
<?php
print "Hello, World!<br/>";
print "Hello" . ", " . "World!<br/>";
if (print "Hello" . ", " . "Fail?<br/>") {
print "<em>last 'print' succeeded!</em>";
}
?>
Loading…
Cancel
Save