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

2003-08-28 Thread NIPP, SCOTT V (SBCSI)
, or 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] Thanks

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

2003-08-27 Thread NIPP, SCOTT V (SBCSI)
:[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) [EMAIL PROTECTED] This isn't specifically a DB related question, but... The following code snippet is not functioning for me

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

2003-08-27 Thread Hutchins, Richard
(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, but something is still not working with the logic. Here is the updated code

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

2003-08-27 Thread jeffrey_n_Dyke
PROTECTED], [EMAIL PROTECTED] [EMAIL PROTECTED] cc: Subject: RE: [PHP-DB] Logic Help

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: ?php while($cntr != 0) { $cntr--; if (($shell[$cntr] == ) || ($grp[$cntr] == )) { echo p

[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. #

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 the if