Dear Ranchers,
I'm doing a project in
JSP and MySQL. In my page there is a
text box and a submit Button named
Search.
When I enter in the textbox "Aravind,23,male".. it has to go into the database and has to search for "Aravind" whose age is "23" and sex is "male" and has to display the output
When I enter in the textbox "Aravind" it has to go into the database and has to search for all "Aravind" and has to get the result
When I enter "23" it has to bring all the name, whose age is equal to "23"
How can i do this in JSP and MySQL
My table design is like this
Please help me Ranchers, I want to show the demonstration before tomorrow evening.
Kind Regards
Aravind Prasad
