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
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' =>
2 matches
Mail list logo