Re: [PHP] very large and long if statement

2004-04-07 Thread Tyler Replogle
yeah well they are really close but i add a ")" on line 3 From: "Andy B" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: Re: [PHP] very large and long if statement Date: Thu, 8 Apr 2004 02:03:38 -0400 i dont see any difference in the one you wrote and t

Re: [PHP] very large and long if statement

2004-04-07 Thread Andy B
i dont see any difference in the one you wrote and the one i wrote...they seem to be exactly the same?? - Original Message - From: "Tyler Replogle" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, April 07, 2004 9:43 PM Subje

Re: [PHP] very large and long if statement

2004-04-07 Thread Richard Harb
Thursday, April 8, 2004, 3:59:39 AM, you wrote: >> I have this very large and long if statement: >> if >> (!empty($_SESSION['add']['type']) >> && !empty($_SESSION['add']['start_date'] >> && !empty($_SESSION['add']['end_date']) >> && !empty($_SESSION['add']['name']) >> && !empty($_SESSION['add

RE: [PHP] very large and long if statement

2004-04-07 Thread Chris de Vidal
> I have this very large and long if statement: > if > (!empty($_SESSION['add']['type']) > && !empty($_SESSION['add']['start_date'] > && !empty($_SESSION['add']['end_date']) > && !empty($_SESSION['add']['name']) > && !empty($_SESSION['add']['county']) > && !empty($_SESSION['add']['discription

RE: [PHP] very large and long if statement

2004-04-07 Thread Tyler Replogle
hey, i don't know how to make it smaller but should it be if (!empty($_SESSION['add']['type']) && !empty($_SESSION['add']['start_date']) && !empty($_SESSION['add']['end_date']) && !empty($_SESSION['add']['name']) && !empty($_SESSION['add']['county']) && !empty($_SESSION['add']['discription']) && !e

Re: [PHP] very large and long if statement

2004-04-07 Thread Robert Cummings
On Wed, 2004-04-07 at 19:01, Justin Patrin wrote: > Robert Cummings wrote: > > > On Wed, 2004-04-07 at 18:47, Andy B wrote: > > > >>I have this very large and long if statement: > >>if > >> (!empty($_SESSION['add']['type']) > >> && !empty($_SESSION['add']['start_date'] > >> && !empty($_SESSION['a

Re: [PHP] very large and long if statement

2004-04-07 Thread Justin Patrin
Robert Cummings wrote: On Wed, 2004-04-07 at 18:47, Andy B wrote: I have this very large and long if statement: if (!empty($_SESSION['add']['type']) && !empty($_SESSION['add']['start_date'] && !empty($_SESSION['add']['end_date']) && !empty($_SESSION['add']['name']) && !empty($_SESSION['add']['cou

Re: [PHP] very large and long if statement

2004-04-07 Thread Robert Cummings
On Wed, 2004-04-07 at 18:47, Andy B wrote: > I have this very large and long if statement: > if > (!empty($_SESSION['add']['type']) > && !empty($_SESSION['add']['start_date'] > && !empty($_SESSION['add']['end_date']) > && !empty($_SESSION['add']['name']) > && !empty($_SESSION['add']['county'])