RE: [PHP-DB] Dropdown menus from DB query

2004-06-18 Thread Miguel Guirao
Actually is named a Scape Character Miguel Guirao Servicios Datacard www.SIASA.com.mx -Mensaje original- De: Cole Ashcraft [mailto:[EMAIL PROTECTED] Enviado el: Viernes, 18 de Junio de 2004 11:06 a.m. Para: [EMAIL PROTECTED] Asunto: Re: [PHP-DB] Dropdown menus from DB query No, the

Re: [PHP-DB] Dropdown menus from DB query

2004-06-18 Thread Cole Ashcraft
's one quote in front, but there's none at the back. echo "; * * - Original Message - From: Cole Ashcraft <[EMAIL PROTECTED]> Date: Friday, June 18, 2004 9:23 am Subject: Re: [PHP-DB] Dropdown menus from DB query Thanks. I think I can work

Re: [PHP-DB] Dropdown menus from DB query

2004-06-18 Thread sam
any matching pair. There's one quote in front, but there's none at the back. echo "; * * - Original Message - From: Cole Ashcraft <[EMAIL PROTECTED]> Date: Friday, June 18, 2004 9:23 am Subject: Re: [PHP-DB] Dropdown menus from DB query

Re: [PHP-DB] Dropdown menus from DB query

2004-06-17 Thread Shahmat Bin Dahlan
AIL PROTECTED]> Date: Friday, June 18, 2004 9:23 am Subject: Re: [PHP-DB] Dropdown menus from DB query > Thanks. I think I can work from this. Just to let you know, it > generatesa parse error ( I think its because of the quotes). > > Cole > > On Thu, 2004-06-17 at 18:09, Ng

Re: [PHP-DB] Dropdown menus from DB query

2004-06-17 Thread Ng Hwee Hwee
MAIL PROTECTED]> Sent: Friday, June 18, 2004 9:23 AM Subject: Re: [PHP-DB] Dropdown menus from DB query > Thanks. I think I can work from this. Just to let you know, it generates > a parse error ( I think its because of the quotes). > > Cole > > On Thu, 2004-06-17 at 18:09, N

Re: [PHP-DB] Dropdown menus from DB query

2004-06-17 Thread Cole Ashcraft
Thanks. I think I can work from this. Just to let you know, it generates a parse error ( I think its because of the quotes). Cole On Thu, 2004-06-17 at 18:09, Ng Hwee Hwee wrote: > hmm... what about something like this?? > > echo "; > > $query = "select code, name from table"; > > $result = my

Re: [PHP-DB] Dropdown menus from DB query

2004-06-17 Thread Ng Hwee Hwee
hmm... what about something like this?? echo "; $query = "select code, name from table"; $result = mysql_query($query); while($array = mysql_fetch_array($result)) { echo "".$array["name"].""; } echo ""; hth - Original Message - From: "Cole Ashcraft" <[EMAIL PROTECTED]> To: <[EMA