Thread: Coding Game!
View Single Post
10-08-2006, 05:32 AM
#19
localhost is offline localhost
localhost's Avatar
Status: Dediport Hosting
Join date: Jul 2006
Location: Berkshire
Expertise: programming, business
Software: Dreamweaver
 
Posts: 1,316
iTrader: 17 / 100%
 

localhost is on a distinguished road

  Old

PHP Code:
<?php

if (vB_poster == 'Webmonkey')
{
echo 
"<p>This message has been posted by the greatest coder ever</p>";
} else {
echo 
"<p>Who was the looser who wrote this post?</p>";
}
?>