[Ilugc] FOSS project

  • From: shahrukh1514@xxxxxxxxx (Shahrukh Khan)
  • Date: Sat Feb 14 14:53:42 2009

Hi to everyone,


I need help in my project where in a form, if you click a value of a combo
box then that value should be stored in mysql table. for eg: selecting sex
(male or female) should be stored along with user details in a single table.

The table which i created is like this "create table person ( personID int
NOT NULL AUTO_INCREMENT,PRIMARY KEY(personID),
FirstName varchar(15), LastName varchar(15), Age varchar(5), DOB
varchar(20), sex varchar(6) )";

so except "sex column" all other values are stored as they are input fields
but for combo value, pls help me to store in that table itself....

Other related posts: