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
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
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
> 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
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
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
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
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'])
8 matches
Mail list logo