RE: [PHP-DB] Logic Help...

2003-08-28 Thread NIPP, SCOTT V (SBCSI)
is it this way by design? Thanks. -Original Message- From: CPT John W. Holmes [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 27, 2003 4:10 PM To: NIPP, SCOTT V (SBCSI); [EMAIL PROTECTED] Subject: Re: [PHP-DB] Logic Help... From: "NIPP, SCOTT V (SBCSI)" <[EMAIL PROTECTED

Re: [PHP-DB] Logic Help...

2003-08-27 Thread CPT John W. Holmes
From: "NIPP, SCOTT V (SBCSI)" <[EMAIL PROTECTED]> > Thanks for the feedback. This seems to have helped, but something > is still not working with the logic. Here is the updated code: > >while($cntr != 0) { > $cntr--; > if (($shell[$cntr] == "") || ($grp[$cntr] == "")) { > echo " s

RE: [PHP-DB] Logic Help...

2003-08-27 Thread jeffrey_n_Dyke
"CPT John W. Holmes" <[EMAIL PROTECTED]>, [EMAIL PROTECTED] <[EMAIL PROTECTED]> cc:

RE: [PHP-DB] Logic Help...

2003-08-27 Thread Hutchins, Richard
-Original Message- > From: NIPP, SCOTT V (SBCSI) [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 27, 2003 10:04 AM > To: CPT John W. Holmes; [EMAIL PROTECTED] > Subject: RE: [PHP-DB] Logic Help... > > > Thanks for the feedback. This seems to have helped,

RE: [PHP-DB] Logic Help...

2003-08-27 Thread NIPP, SCOTT V (SBCSI)
gure out why at this point. Thanks again for the help. -Original Message- From: CPT John W. Holmes [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 26, 2003 9:15 AM To: NIPP, SCOTT V (SBCSI); [EMAIL PROTECTED] Subject: Re: [PHP-DB] Logic Help... From: "NIPP, SCOTT V (SBCSI)"

Re: [PHP-DB] Logic Help...

2003-08-26 Thread CPT John W. Holmes
From: "NIPP, SCOTT V (SBCSI)" <[EMAIL PROTECTED]> > This isn't specifically a DB related question, but... The following > code snippet is not functioning for me. I keep receiving a parse error on > the "if" line. Basically I want to stop execution of this page if either of > the conditions in

[PHP-DB] Logic Help...

2003-08-26 Thread NIPP, SCOTT V (SBCSI)
This isn't specifically a DB related question, but... The following code snippet is not functioning for me. I keep receiving a parse error on the "if" line. Basically I want to stop execution of this page if either of the conditions in the "if" statement exist. Thanks in advance. # w