View Single Post
Old 10-23-2006, 11:08 AM  
mrkris
Confirmed User
 
Join Date: May 2005
Posts: 2,737
Silly edgeprod ... I thought you had learned this by now. It's not

Code:
$self = "pathetic";
It's

Code:
if (!$this->state) {
    $this->state = CONST_PATHETIC & CONST_CRYING;
}
return $this->state;
Duh ...

Quote:
Originally Posted by edgeprod View Post
Shrug, maybe he'll sign up for some of your sites, and it's a win-win. It's always the same hum-drum:


Code:
function cry_more_noob() {

   $self = "pathetic";
   $state = "crying";

   return $state;
}
__________________

PHP-MySQL-Rails | ICQ: 342500546
mrkris is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote