This topic is locked

UNSECCESSFUL LOGIN

1/27/2014 09:22:42
PHPRunner General questions
A
Abbas author

after searching the forum I get a solution but it is for ASPRunner
http://www.asprunner.com/forums/topic/13393-registration-link-and-logins/

Set rstmp = dal.UsersTableName.Query("Username='" & username & "' and Password='" password & "'","")

if not rstmp.eof then

Response.write "Please activate your account" & "
"

Response.write "Link: <a href=""login.asp?a=activate&code=" & asp_rawurlencode(md5(username.md5(password))) & """>url</a>"

end if

rstmp.close

set rstmp=nothing


What is the PHPR 7.0 solution?