Page 1 of 1

re: age

Posted: Sat Jul 06, 2002 10:26 am
by Kadmin
<?
for ($BirthDay = 1; $Birthday <= 35; $Birthday++) {

print ("<em>\"Happy Birthday to Me\"</em>");

}

# I like the values in the loop so far but worry about continued
# use of the increment operator :)

# KDK

Posted: Sat Jul 06, 2002 11:35 am
by RandomEngy
I don't know what you're trying to do, but PHP is caps sensitive so $BirthDay is a different variable from $Birthday .

Posted: Sat Jul 06, 2002 2:05 pm
by twigletmac
I think it's a joke RandomEngy. Is it your birthday today Kadmin?

Mac

Posted: Sat Jul 06, 2002 9:08 pm
by Kadmin
Yeah, just like Unix...
...which is why I love the words "parse error" :P
I guess I wouldn't have got that is this case, just
a crash due to pilot error in that script....

Actually, it's not as much of a joke as a reply to another
thread, which got stuck out here 'cuz I wasn't paying too much
attention to the mouse pointer...I'm so tired at this point that
I probably shouldn't be allowed at the console....perhaps
I'm the joke.

Sorry for causing consternation, or whatever....

Kadmin

PS: No, my bday is in October

PPS: In keeping with my signature, I'll post this...

<?
for ($BirthDay = 1; $Birthday <= 35; $Birthday++) {

print ("<em>\"Happy Birthday to Me\"</em>");

}

Thanks for the reminder, gents...

KILL THIS THREAD????? ok....

Posted: Sat Jul 06, 2002 9:11 pm
by Kadmin
Hey, I corrected that variable....

...unless the keyboard is assigning wrong
motion to DEL (ie backsp?)

Nevermind.....