Re: HELP PLEEASSSEE

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

 



> <select size="1" name="area">
> .
> while($row = mysql_fetch_array($result))
> {
> ?>
> <option value=<?=$row['area']?>><?=$row['area']?></option>
> <?
> .
-------------------------------------------

USE QUOTES

> .
while($row = mysql_fetch_array($result))
{
?>
    <option value="<?=$row['area']?>"><?=$row['area']?></option>
<?
}
> .



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