hi this akash
i have created a frame, in that frame i am inputing some text fields like txt1,txt2.....,
now i want to accept these inputs into mysql query. please suggest me how i can do this.

this is the query
select * from cartable where owner = 'akash' and model = '12/05/2007';
in this query i want to replace ' akash' and 'date' by the user inputs txt1 and txt2 . when i submit the frame.


pleaseeeeeee help me na.

Regards and thanks
Akash

request.getParameter("someparameter") comes to mind. Executed in a servlet of course, not a JSP.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.