Forum Moderators: coopster

Message Too Old, No Replies

PHP and SQL drop down select

         

S1l3

10:58 am on Sep 25, 2008 (gmt 0)

10+ Year Member



First of all hello everybody.

I have a very noobish problem.

I have a table with 5 fields, all of them are text fields. Well now I need one which has only two options, "yes", "no" and writes the selection made to the database. I hope you understand what I mean. And hope you all don't die laughing about such a trivial problem :)

Thx

stevenjm

11:07 am on Sep 25, 2008 (gmt 0)

10+ Year Member



You have a table with 5 fields or you have a form select menu with 5 fields?

S1l3

11:38 am on Sep 25, 2008 (gmt 0)

10+ Year Member



I didn't explain very well. What I want is to have a drop down menu, radio button... with 2 options and which ever you select get's written to the DB. I'm using it for finished/not finished status.

[edited by: eelixduppy at 3:47 pm (utc) on Sep. 25, 2008]
[edit reason] no URLs, please [/edit]

stevenjm

12:05 pm on Sep 25, 2008 (gmt 0)

10+ Year Member



more info needed. is it a one off or does it have to be done for multiple users? etc

S1l3

12:26 pm on Sep 25, 2008 (gmt 0)

10+ Year Member



Solved, thanks for your help. You can check the link above to see what I wanted to do.