Re: [PHP] Nested IF's (Is there a LIMIT ?)

2002-06-14 Thread Neil Freeman
Maguma Studio for PHP Light will do the job. Neil Daniel Negron/KBE wrote: > ** > This Message Was Virus Checked With : SAVI 3.58 May 2002 > Last Updated 11th June 2002 >

RE: [PHP] Nested IF's (Is there a LIMIT ?) <<<<< SOLVED

2002-06-14 Thread Daniel Negron/KBE
world.net> cc: [EMAIL PROTECTED]

Re: [PHP] Nested IF's (Is there a LIMIT ?)

2002-06-13 Thread Daniel Negron/KBE
I am too lazy to count your braces for you, but no, there's not really a limit to how many ifs you can nest. It helps to use an editor that flashes the bracket's companion when you type or edit one. That way you can easily see whether they're balanced in the right place. »»» Do you happen to h

RE: [PHP] Nested IF's (Is there a LIMIT ?)

2002-06-13 Thread Martin Towell
: Friday, June 14, 2002 4:53 PM To: Daniel Negron/KBE Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Nested IF's (Is there a LIMIT ?) I am too lazy to count your braces for you, but no, there's not really a limit to how many ifs you can nest. It helps to use an editor that flashes the bracket&#

Re: [PHP] Nested IF's (Is there a LIMIT ?)

2002-06-13 Thread Miguel Cruz
I am too lazy to count your braces for you, but no, there's not really a limit to how many ifs you can nest. It helps to use an editor that flashes the bracket's companion when you type or edit one. That way you can easily see whether they're balanced in the right place. miguel On Fri, 14 Ju