How to compare values in a textbox to database.? - database compare
I work on the MySQL database and JSP. I make a login page. Suppose a person enters their user ID and password in the text boxes 2 and submit them to match it.If the user ID and password in the database, then a new page I GIV open.pl application code to values in the text boxes and compare the database.
Monday, January 18, 2010
Database Compare How To Compare Values In A Textbox To Database.?
Subscribe to:
Post Comments (Atom)
1 comments:
at this link: http://www.codetoad.com/java_jsp_id_veri ... But the attempt to optimize the code with a simple query such as:
String sql = "SELECT * FROM` users `WHERE` id `='"+ username + "and" Password `='"+ + "";
Post a Comment