Thanks for this wonderful script.
It works like a charm. My only problem is when inserting data into Mysql whenever I have white space "First Last" it adds a "+" sign in between so "First Name" becomes "First+Name"
I also tried using str_replace on that specific input field like so $artist = str_replace('+', ' ', $_POST['artist']); but it keeps gnorig it.
the values of the options have white space? this is something i havent test.
is it possible to send me a link to that page and a db dump of the tables involved? (better mail it)