Re: [PHP] Re: enhanced_list_box, 2 tables from a database

2007-11-07 Thread Philip Thompson
On 11/7/07, Sebastian Hopfe <[EMAIL PROTECTED]> wrote: > > Dear kNish, > > first of all i have formated your PHP Code it looks better now. > > > echo "\n"; > echo "  \n"; > echo " Artist\n"; > > $options = mysql_query("SELECT artist_name FROM artist"); > $options=mysql_fetch_array($opt

[PHP] Re: enhanced_list_box, 2 tables from a database

2007-11-07 Thread Sebastian Hopfe
Dear kNish, first of all i have formated your PHP Code it looks better now. \n"; echo "  \n"; echo " Artist\n"; $options = mysql_query("SELECT artist_name FROM artist"); $options=mysql_fetch_array($options); echo ''; enhanced_list_box(array( 'table' => 'artist', 'value_field' =>