Search:

Type: Posts; User: maddyrafi

Search: Search took 0.15 seconds.

  1. Replies
    1
    Views
    2,335

    Jsp code Error

    Here i want to display 3rows of mysql table in output. it shows 7errors how to solve this error? pls tell

    <%@page import =...
  2. Re: Need to Login to next page if give Alert for Wrong Password

    I want to display if the code is correct. what wrong on my code

    rsT = stmt.executeQuery("select count(*) from users where pword='" + spword + "' and uname='"+suname+"'");
    rsT.next();
    ...
  3. Re: Need to display Alert for Wrong Password

    Sir, I need to display the error alert message that if i entered wrong userid and password that not saved already in mysql earlier
  4. Need to Login to next page if give Alert for Wrong Password

    I am very new to java, Here i want to know how to show login error if i type a wrong password that was not saved in my mysql database?

    System.out.println("Select count from users where...
Results 1 to 4 of 4