Thanks PHP princess.
I figured out what my problem was.
Does anyone know how to check the value of the selected option?
I need that number for my application's session variable.
I tried to check the value by doing
echo "<select name='artist_id'>"
blah blah...
echo "</select>";
echo "$artist_id";
but it prints nothing.
So what should I do ???
Please help
Thanks in advance