Re: Problem with select-tag within a php-script

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

Ruprecht Helms <rhelms@mayn.de> wrote:

[snip]
> while($row = mysql_fetch_object($result))
> {
>     echo "<option value=\'.$row->ID.\'>";
[/snip]

Should be:

  echo "<option value='" .$row->ID. "'>";

 ?

- E -
__________________________________________________
Do You Yahoo!?
Yahoo! BB is Broadband by Yahoo!
http://bb.yahoo.co.jp/


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux