[PHP] Please Help with LOOP!!

2002-07-18 Thread Wee Keat
Hi all... I'm a complete beginner in programming. Just started a few months ago. So, I'm sorry if this is a stupid question to ask. But I'm at a dead end here and do not know where else to go. I'm trying to automate a checkbox name to have the name choice1 to have incremental effect on the

Re: [PHP] Please Help with LOOP!!

2002-07-18 Thread Asmodean
Hello Wee, Friday, July 19, 2002, 2:36:40 AM, you wrote: WK Hi all... WK I'm a complete beginner in programming. Just started a few months ago. WK So, I'm sorry if this is a stupid question to ask. But I'm at a dead end here and do not know where else to go. WK I'm trying to automate a

RE: [PHP] Please Help with LOOP!!

2002-07-18 Thread Martin Towell
To: PHP General Subject: Re: [PHP] Please Help with LOOP!! Hello Wee, Friday, July 19, 2002, 2:36:40 AM, you wrote: WK Hi all... WK I'm a complete beginner in programming. Just started a few months ago. WK So, I'm sorry if this is a stupid question to ask. But I'm at a dead end here and do

RE: [PHP] Please Help with LOOP!!

2002-07-18 Thread Jerome Houston
martin- you're totally right except for one thing $count=1; while($query_data = mysql_fetch_array($result)) { $price = $query_data[price_lq]; $RowColor = useColor(); // current echo statements here } $count++; this code will give him the exact same problem. the $count++; line

Re: [PHP] Please Help with LOOP!! - Questions Answered!!!

2002-07-18 Thread Wee Keat
, Asmodean, Martin and Dave. and all who helped. Really really appreciate it. KISS TO ALL OF YAS!!! - Original Message - From: Martin Towell [EMAIL PROTECTED] To: PHP General [EMAIL PROTECTED] Sent: Friday, July 19, 2002 10:46 AM Subject: RE: [PHP] Please Help with LOOP!! Asmodean - using