i have done a program
my need is to
In a login page User name , password , gender , terms and condition to be fixed and to stored in data base
where gender will be in a sort of drop down
and age will be as a radio button
i have created table and login page ,
But dont know how to give link to buttons , and how to make stored all values in database
Ex : login : Ram
Password: yyydyy
Age : In drop box
Gender: In radio button format
Terms and condition in check box
where all fields should be filled and that should be stored in database
it is my question
Answers
Try out this example by putting this code into yourform.php, this will take input using HTML Form and then it will create records into database.
Hope this helps.
@pallav
February 09,2017 At 09:48 AM
Solution #1