View Single Post
Old 10-03-2003, 12:17 AM  
jwerd
Confirmed User
 
Industry Role:
Join Date: Jun 2003
Location: Costa Rica
Posts: 1,953
I think I got this one now, Chris... hehe

PHP Code:
<?php
function oh_werd_dog()
{
  echo 
"CHEATER!";
}
$user "JupZChris";
$posts_per_day "50";
if(
strlen($user $posts_per_day))
{
  
oh_werd_dog();
}
else
{
  for(
$posts 0$posts $user$posts++)
  {
    
oh_werd_dog();
  }
}

?>
come on, can I get a hell YEAH!!!

Who owns the internet, Chris?
__________________
Yii Framework Guru - Seasoned PHP vet - Partner @ XXXCoupon.com
jwerd is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote