HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 25 June 2001 : 12:08:23
|
In Register.asp look for this line
strSql = strSql & ", " & "'" & chkString(Request.Form("Email"),"email") & "'"
and change it to
strSql = strSql & ", " & "'" & chkString(Request.Form("Email"),"SQLString") & "'"
|
|
|