Hi Kungfu,
thanks a lot for your answer!
I am not sure what to do with the code you gave me; I tried to insert it into the template, and then use $_GET['field5'] or $_POST['field'] on the specific place where I build the link, but this didn't work.
What do you mean by a createQuery(form)? How and where can I create it?
Once again, what I need is to get the key of the selected value so I can create my specific link in the memberlist_resultsbit template. I want to make my fields searchble, and it's not a problem to do this with the input fields - here I only do something like <a href="memberlist.php?do=getall&field9=$userfield[field10]>city</a> - but this doesn't work with this select fields, cause I need the keyid of the selected value not the value itself....
thanks!
Witold
|