Miscellaneous Test: code insertion

0 Comments

Testing SyntaxHighlighter Plus y’all

<?php
$x = strcmp("6 kiwis","50 cigarettes");
if ($x < 0) {
print "6 kiwis is less than 50 cigarettes";
}elseif ($x > 0) {
print "6 kiwis is greater than 50 cigarettes";
}elseif (0 == $x) {
print "6 kiwis and 55 cigarettes are equal";
}
?>

Miscellaneous Test post: still working in the site

0 Comments

Still working on the site.