Click here to Skip to main content
15,997,667 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
i want to save a check radio button value in data base.
this is my html code

<input type="radio" name="r1" value="steps">Steps
<input type="radio" name="r1" value="minuts"> Minuts


Copied from Comment

i am working on my sql table field is option (steps or minuts)are stored in data base i have tried but not store the value

against the user only one value is store (steps or minuts) and retrive after saving the information
Posted
Updated 27-May-11 6:28am
v3
Comments
Legor 27-May-11 3:15am    
So ??

1 solution

Tell us more things:

1. which database is the one you are working with.
2. do you have a table and an apropiate field to store the value?
3. what have you tried so far?
4. which are the problems you've found?
...

There are tons of tutorials on how to work with databases using php in the internet...

As you are speaking of a radiobutton, I would use any kind of numeric variable to store its value there...

Please, give us more details and we will try to help you.

PS: You should use a sql query to store the value... could you show us the complete code?

PS2: Take a look here: http://www.php.net/manual/en/ref.mysql.php... it should help...
 
Share this answer
 
v3
Comments
pucit009 27-May-11 3:31am    
i am working on my sql
table field is option (steps or minuts)are stored in data base
i have tried but not store the value
Joan M 27-May-11 3:38am    
You should write more information in your question: click IMPROVE QUESTION and add: table structure, sql statement you are trying to use or even better the PHP code fragment in which you are trying to update and read the values... Then we will be able to help you.
pucit009 27-May-11 3:32am    
againest the user only one value is store (steps or minuts)
and retrive after saving the information

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900