Forum Moderators: coopster
I am a new member att this forum and would like to thank you all in advance for helping!
I have been asked by my boss to program a php dbase with several options to write to the database...
Everything works fine except that i can not be able to find any way to write to my dbase table using a dropdown box...
<option>Test</option>
I want TEST to be inserted into the dbase table but ive never had a worse blackout than this...HOW TO DO IT!?!?!:)
Thanks again!
Greetings,
Dax
[edited by: Daxman23 at 10:17 am (utc) on Nov. 6, 2007]
<select>Somthing</select>
<option>test 1</option>
<option>test 2</option>
<select name="something" id="something">Something</select>
<option value="test_1">test 1</option>
<option value="test_2">test 2</option>
I guess the first thing to know is, what have you got so far? You say you can`t get it to work. Can you give us some brief code snippets?
dc