[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-db
Subject:    [PHP-DB] Re: HELP PLEEASSSEE
From:       202.123.9.198
Date:       2003-06-30 12:08:59
[Download RAW message or body]

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

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic