Re: [PHP] Is this valid: IF:.. ELSE: ENDIF:

2002-05-04 Thread Jason Wong
On Sunday 05 May 2002 04:20, Miguel Cruz wrote: > On Sat, 4 May 2002, David Jackson wrote: > > Greeting --- > > I was handed a broken form that contain: > > > > IF (cond): > > > > . > > > > ELSEIF: > > > > .. > > ENDIF: > > > > > > My Questions are: > > 1. Is this type of "IF:" code bl

RE: [PHP] Is this valid: IF:.. ELSE: ENDIF:

2002-05-04 Thread John Holmes
TED]; [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP] Is this valid: IF:.. ELSE: ENDIF: > > Miguel -- > Thanks for you reply, the if (ops) else is the only one > could find listed in the docs. and you right that's the > why "normal people do it", b

Re: [PHP] Is this valid: IF:.. ELSE: ENDIF:

2002-05-04 Thread David Jackson
Miguel -- Thanks for you reply, the if (ops) else is the only one could find listed in the docs. and you right that's the why "normal people do it", but this devoloper used to be a COBAL programer which explain it. Thanks again, David > On Sat, 4 May 2002, David Jackson wrote: >> Greeting -

Re: [PHP] Is this valid: IF:.. ELSE: ENDIF:

2002-05-04 Thread Miguel Cruz
On Sat, 4 May 2002, David Jackson wrote: > Greeting --- > I was handed a broken form that contain: > > IF (cond): > > . > > ELSEIF: > > .. > ENDIF: > > > My Questions are: > 1. Is this type of "IF:" code block valid in PHP4.x.x? I think it is, but I've never heard of anyone usin