Re: [PHP] Generating Related Drop Down Boxes

2003-06-11 Thread Jackie Young
x27;) GROUP BY zip;",$link); while ($a_row =mysql_fetch_array ($result) ) { $zipSelect = $a_row[zip]; print "$zipSelect"; } print ""; print ""; print ""; I hope this helps, and am very open to any feedback from more experience

Re: [PHP] Generating Related Drop Down Boxes

2003-06-11 Thread Tom Rogers
Hi, Thursday, June 12, 2003, 5:19:00 AM, you wrote: MW> Hello all: MW> I have searched the archives, and although I know this is probably there can MW> not find it. I'm probably just not searching for the right subject. Here MW> is what I am looking for. MW> I have a table with Location and Ho

RE: [PHP] Generating Related Drop Down Boxes

2003-06-11 Thread Jay Blanchard
[snip] I have searched the archives, and although I know this is probably there can not find it. I'm probably just not searching for the right subject. Here is what I am looking for. I have a table with Location and Hotel, and another one with Hotel and Accommodations. I need to generate the fir