re: age

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

Post Reply
User avatar
Kadmin
Forum Newbie
Posts: 7
Joined: Sat Jul 06, 2002 2:39 am
Location: Missouri, USA

re: age

Post 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
User avatar
RandomEngy
Forum Contributor
Posts: 173
Joined: Wed Jun 26, 2002 3:24 pm
Contact:

Post 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 .
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

I think it's a joke RandomEngy. Is it your birthday today Kadmin?

Mac
User avatar
Kadmin
Forum Newbie
Posts: 7
Joined: Sat Jul 06, 2002 2:39 am
Location: Missouri, USA

Post 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...
User avatar
Kadmin
Forum Newbie
Posts: 7
Joined: Sat Jul 06, 2002 2:39 am
Location: Missouri, USA

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

Post by Kadmin »

Hey, I corrected that variable....

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

Nevermind.....
Post Reply