Re: [PHP-DB] while - if - problem

2003-06-06 Thread Earl
Hey thanks Mike that surly made a difference. Earl ' - Original Message - From: Ford, Mike [LSS] [EMAIL PROTECTED] To: 'Earl' [EMAIL PROTECTED]; PHP-DB [EMAIL PROTECTED] Sent: Thursday, June 05, 2003 6:13 AM Subject: RE: [PHP-DB] while - if - problem -Original Message- From

RE: [PHP-DB] while - if - problem

2003-06-05 Thread Ford, Mike [LSS]
-Original Message- From: Earl [mailto:[EMAIL PROTECTED] Sent: 04 June 2003 22:04 To: PHP-DB FYI this was beginning to bug me out... so I decided to try the trim function and walla... it worked. Thanks for ya'll assistance. I was going to say this even before you added

Re: [PHP-DB] while - if problem

2003-06-05 Thread Becoming Digital
You don't have a closing bracket on your while() loop and you should not have the else comments bracketed. Try this: while($cols=ifx_fetch_row($eventQuery)) { if (($cols['s_acro']=='CF') || ($cols[s_acro]=='PF')) { $r_away['sport']='1'; $r_home['sport']='1'; $s_lt='PS';

Re: [PHP-DB] while - if problem

2003-06-05 Thread Earl
- From: Becoming Digital [EMAIL PROTECTED] To: PHP-DB [EMAIL PROTECTED] Sent: Wednesday, June 04, 2003 1:52 PM Subject: Re: [PHP-DB] while - if problem You don't have a closing bracket on your while() loop and you should not have the else comments bracketed. Try this: while($cols=ifx_fetch_row

Re: [PHP-DB] while - if problem

2003-06-05 Thread Miles Thompson
[EMAIL PROTECTED] To: PHP-DB [EMAIL PROTECTED] Sent: Wednesday, June 04, 2003 1:52 PM Subject: Re: [PHP-DB] while - if problem You don't have a closing bracket on your while() loop and you should not have the else comments bracketed. Try this: while($cols=ifx_fetch_row($eventQuery