Probleem with Multiple Input.

wxdqz

New Member
Hello,

I'm building a website which will be dbase driven (mySQL / PHP, ofcourse).

One of my form fields is:
<select name="orgaan" size="5" multiple>
<option>Organen:</option>
<option>bindweefsel</option>
<option>blaas</option>
</select>

(With a lot more values).

But i don't have I clue how I should get this stuff proces by my normal file that puts it into the database, this is because I get this as output in the URL:

&orgaan=bindweefsel&orgaan=bloedsomloop&orgaan=dar

But I want it to become ONE long string like:
&orgaan=bindweefsel bloedsomloop blaas
(Or: &orgaan=bindweefsel%20bloedsomloop%20 blaas)

Does anyone know a solutions to this? Or another way to get multiple values filled in?

PLEASE mail or reacte (or both) asap!

I will thank you forever!

Gabriel.
 
Back
Top