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
'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
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
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
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
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
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