Hello
I've got following difficulties:
I've got a form with some select Menus, which I load by values from a database. Now I want the menu when clicked to submit its name and its value in an URL so I can use this values to use them in a new Query.
The pattern is like this:
.
.
.
echo"<select name=\"keyWordSENT[]\" \">";
.
.
echo"<option name=\"keywordSENT" value=\"$keyword[0]\">$keyword[0]</option>";
Now I want to use the name and value when I click on this menu value.
Thank you very much for your help.