View difference between Paste ID: xbtJ4Uz5 and qnkVpLph
SHOW: | | - or go back to the newest paste.
1-
<%
1+
 <%
2-
if(request.getMethod().equals("POST"))
2+
String result[][] = db.select("select * from members
3-
{  
3+
 	where username='"+n+"' 
4-
      
4+
	and password='"+p+"'");
5-
     String fullname=request.getParameter("fullname");
5+
         if(result.length>0){
6-
     String email=request.getParameter("email");
6+