> while ($row = mysql_fetch_array($results){
ITYM
while ($row = mysql_fetch_array ($results)) {
Cheers
Jon
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
El dom, 24-02-2002 a las 17:39, Matthew Darcy escribió:
> Hi,
>
> I want to create a dropdown list with options from a table.
>
> ie
>
>
>
>
> $sql_select = "select * from dropdown_options";
> $results = mysql_query($sql_select);
>
> while ($row = mysql_fetch_array($results);
> {
> e
Hi,
I want to create a dropdown list with options from a table.
ie
"
}
I know this is basic but it is to give you an idea of what I want.
I have tried to find an example of this in the book I am using to learn to
no result.
I am guessing this is how it works from the info I have read fr
3 matches
Mail list logo