<% SQL="SELECT codigo FROM dados_pessoais WHERE email='"&email&"'" Set RSemail = Con.Execute(SQL) If RSemail.eof then Response.Write"E-Mail não cadastrado!" Response.end End If SQL2="SELECT login, senha FROM usuario WHERE codigo="&RSemail Set RSenvia = Con.Execute(SQL2) %>
Edição feita por: Råƒ(æ)!, 09/01/2004, 23:33.











