ksntz
Starting Member
38 Posts |
Posted - 04 May 2007 : 07:59:14
|
couple questions, I am trying to figure out where in the code the email addresses are checked to be valid or invalid.... I have poured over it all and can't seem to find the code that decides that "zzz.zz" is invalid, and "zzz@zzz.zz" is valid (it seems like there is a check somewhere for the '@' sign, but I can't find it)
I assume it is somewhere in register.asp
and my second question, what does the following code snippet do?:
strSql = strSql & ", '" & chkString(rsKey("M_EMAIL"),"SQLString") & "'" |
|