On Sat, Feb 14, 2009 at 2:53 PM, Shahrukh Khan <[email protected]>wrote:

>
>
> 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....
>
>
What you need is not help, but a primer in the language/framework in which
you are developing your application.
Try to understand the fundamentals of what you are doing. And then do it.

Also,subscribe to some technical mailing lists and keep mute and observe the
discussions for sometime. This will help you in posting a more structured
thought to the mailing lists.

-V-
http://twitter.com/venkat83
_______________________________________________
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