RE: [PHP] What am I doing wrong - PHP

2004-11-12 Thread Mike Johnson
From: Stuart Felenstein [mailto:[EMAIL PROTECTED] > Ok, hopefully I can explain this clearly, even though > I think I might be an idiot since Ive been going on > about this for a few days. > > I have a table that holds values and labels > i.e. 1 = New York > 2 = Boston > 3 = Kansas Ci

RE: [PHP] What am I doing wrong - PHP

2004-11-12 Thread Chris W. Parker
Stuart Felenstein on Friday, November 12, 2004 12:54 PM said: > //This is my call to the table "staindtypes" > mysql_select_db($database_lokale, $lokale); > $indque1 = "SELECT * FROM staindtypes"; > $inds = mysql_query($indque1, $lokale) or > die(mysql_error()); > $

[PHP] What am I doing wrong - PHP

2004-11-12 Thread Stuart Felenstein
Ok, hopefully I can explain this clearly, even though I think I might be an idiot since Ive been going on about this for a few days. I have a table that holds values and labels i.e. 1 = New York 2 = Boston 3 = Kansas City 4 = Amsterdam I want to put this table into a multiple sele