Name: Anonymous 2010-09-12 16:01
Can /prog/ rate my code?
<?php
$hibt = YES; //Change this to no if you have not been trolled.
if ($hibt == YES) {
print "IHBT";
} elseif ($hibt == NO) {
print "0/10";
} else {
print "HIBT?";
};
?>