Re: Happy birthday, Feyd!
Posted: Wed Jun 11, 2008 2:37 pm
superdezign = superdezign + 1superdezign wrote:Then +1 it is. Or ++, since that's equivalent IMO.d3ad1ysp0rk wrote:I see it as "+1" in most forums.. lol
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
superdezign = superdezign + 1superdezign wrote:Then +1 it is. Or ++, since that's equivalent IMO.d3ad1ysp0rk wrote:I see it as "+1" in most forums.. lol
Code: Select all
while ($i=1; $i<2; $i++){
switch($member->name){
case 'superdezign':
$member->rating = $member->rating + $i;
break;
default:
echo "your mom";
}
}