Happy birthday, Feyd!

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

User avatar
Kieran Huggins
DevNet Master
Posts: 3635
Joined: Wed Dec 06, 2006 4:14 pm
Location: Toronto, Canada
Contact:

Re: Happy birthday, Feyd!

Post by Kieran Huggins »

superdezign wrote:
d3ad1ysp0rk wrote:I see it as "+1" in most forums.. lol
Then +1 it is. Or ++, since that's equivalent IMO. ;)
superdezign = superdezign + 1
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Happy birthday, Feyd!

Post by Christopher »

Don't you mean:

superdezign + 1 == ++superdezign
(#10850)
User avatar
Kieran Huggins
DevNet Master
Posts: 3635
Joined: Wed Dec 06, 2006 4:14 pm
Location: Toronto, Canada
Contact:

Re: Happy birthday, Feyd!

Post by Kieran Huggins »

Code: Select all

while ($i=1; $i<2; $i++){
  switch($member->name){
    case 'superdezign':
      $member->rating = $member->rating + $i;
      break;
    default:
      echo "your mom";
  }
}
User avatar
superdezign
DevNet Master
Posts: 4135
Joined: Sat Jan 20, 2007 11:06 pm

Re: Happy birthday, Feyd!

Post by superdezign »

We have member ratings in our member objects now?!
I give a +1 to the guy who made the avatar cake. :P
Post Reply