[PHP-DB] help with loop and query

2003-02-07 Thread Aaron Wolski
Hi guys, Hopefully last time I need to call of you people for this report I am creating. In this report there is a multiple select box like: select name=province[] class=selectcontent size=3 multiple   option value=  

[PHP-DB] Help with loop

2001-01-25 Thread Robert
Why does this spit out the same part over and over until it times out? I have 2 tables in the same database 1: bruindba ---Parts database specific_p Part Number manufactur ---Manufacturer package ---Package in 2: ecomm

RE: [PHP-DB] Help with loop

2001-01-25 Thread Mark Newnham
To: [EMAIL PROTECTED] Subject: [PHP-DB] Help with loop Why does this spit out the same part over and over until it times out? I have 2 tables in the same database 1: bruindba ---Parts database specific_p Part Number manufactur ---Manufacturer

Re: [PHP-DB] Help with loop

2001-01-25 Thread Robert
Thanks a million, works great now. - Original Message - From: "Mark Newnham" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 25, 2001 1:41 PM Subject: RE: [PHP-DB] Help with loop $res = mysql_query("SELECT * FROM ecomm where ID ='$sid'",$db))