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....
_______________________________________________
To unsubscribe, email [email protected] with 
"unsubscribe <password> <address>"
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to