Image

Hello,

Here's my error:

Notice: Undefined index: DropDown1 in /var/www/html/oracle_populate_form.php on line 51

DropDown1 is the name of my first drop down menu (clever eh?). So when I'm getting the item that the user selection I use:

$artist=$_POST[DropDown1];

I've tried putting single quotes around DropDown1 but it doesn't work. I don't understand. Could it be that I'm using a newer version of PHP? I upgraded today. I had a program exactly like this before on a slightly older version and it worked perfectly. So I'm confused as to why it won't work now. I've read a bit about the "define" function but can't really get my head around it with respect to the use of $_POST in a drop down menu.

Every bit of help it welcome! :)

Cheers!
Mags