clientuser
Programmer
I keep getting this line is setup wrong:
strSQL = "INSERT INTO maillist_members " & "(FirstName, LastName, Email, listID) VALUES " & "('" strFirstName & "', '" & strLastName & "', '" & strEmail & "', " & "' & intListID & "')" & ";"
getting:
Microsoft VBScript compilation error '800a0401'
Expected end of statement
/mailinglist2/subscribe_process.asp, line 31
strSQL = "INSERT INTO maillist_members " & "(FirstName, LastName, Email, listID) VALUES " & "('" strFirstName & "', '" & strLastName & "', '" & strEmail & "', " & "' & intListID & "')" & ";"
-------------------------------------------------------------------------------------------------^
strSQL = "INSERT INTO maillist_members " & "(FirstName, LastName, Email, listID) VALUES " & "('" strFirstName & "', '" & strLastName & "', '" & strEmail & "', " & "' & intListID & "')" & ";"
getting:
Microsoft VBScript compilation error '800a0401'
Expected end of statement
/mailinglist2/subscribe_process.asp, line 31
strSQL = "INSERT INTO maillist_members " & "(FirstName, LastName, Email, listID) VALUES " & "('" strFirstName & "', '" & strLastName & "', '" & strEmail & "', " & "' & intListID & "')" & ";"
-------------------------------------------------------------------------------------------------^