[PHP] Populating Dropdown with MYSQL data

2002-03-15 Thread Jeff Dale
I want to have a dropdown list populated with data from my MySql server. Any examples or websites that could help is appreciated. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Populating Dropdown with MYSQL data

2002-03-15 Thread mnc
On Fri, 15 Mar 2002, Jeff Dale wrote: I want to have a dropdown list populated with data from my MySql server. Any examples or websites that could help is appreciated. function outputSingleSelect() // $name = name to give the HTML form element. // $query = MySQL query. Should return 2

Re: [PHP] Populating Dropdown with MYSQL data

2002-03-15 Thread Daniel Negron/KBE
] | | Subject: Re: [PHP] Populating Dropdown with MYSQL data