Thread: Coding Game!
View Single Post
10-07-2006, 11:23 PM
#13
Mikor is offline Mikor
Mikor's Avatar
Status: I'm new around here
Join date: Sep 2006
Location: Hull, England
Expertise:
Software:
 
Posts: 21
iTrader: 0 / 0%
 

Mikor is on a distinguished road

Send a message via MSN to Mikor

  Old

Code:
if($poster == 'Mikor'){
     DisplaySuperPostHere();
}else{
     echo 'Not Mikor!!';
}

function DisplaySuperPostHere(){
     $post = '<pre>Why are we doing this?'.ord(10).ord(10).'Yay for mindless code!</pre>';
     return $post;
}