Mailing List Archive


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

Re: [tlug] echo > dropdown




> echo "<select name=\"address\">\n";
> while($row = pg_fetch_array($query,NULL,PGSQL_ASSOC)) {
>    echo "<option value=\"$row['key']\">$row['name']\n";
> }
> echo "</select>
> 
> Basically you just output HTML.
> -- 
> Tod McQuillin

Thanks a lot.


Home | Main Index | Thread Index

Home Page Mailing List Linux and Japan TLUG Members Links