Re: [PHP] VERY novice question!

2002-02-14 Thread Andrey Hristov
(($m[0]=="-")&&($count<2))||($count++"0")) this seems ok but $count++"0" is not OK. What you want to do? Best regards, Andrey Hristov "Back from the exams hell" - Original Message - From: "brendan conroy" <[EMAIL PROTE

RE: [PHP] VERY novice question!

2002-02-14 Thread Johnson, Kirk
Thursday, February 14, 2002 10:47 AM > To: [EMAIL PROTECTED] > Subject: [PHP] VERY novice question! > > > Thanks for reading this! This is a really novice question but > I cant find > any info about this in the online manual. I would be grateful > if someone > could e

[PHP] VERY novice question!

2002-02-14 Thread brendan conroy
Thanks for reading this! This is a really novice question but I cant find any info about this in the online manual. I would be grateful if someone could email me the PHP equivalent of the "&&"(AND) and "||"(OR) operators which are used in C. I'am trying to write if statements like if((($m[0]==