how to create link to dropdowns and check box

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

  • tags:
Author Profile

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.

                Insert New Record in MySQL Database                                                
Employee Name
Employee Address
Employee Salary
   
 

Hope this helps.


Solution #1

Leave a Comment

message*