Hello, I am making a website for my school that demands a newspage, so i was working on a login for the posting rights, now i keep on getting
-----
Microsoft VBScript compilation error '800a03f6'
Expected 'End'
/NMPx/Data/Data/login_header.asp, line 8
-----
heres the script
-----
<%
user = Request.Form("user")
password = Request.Form("password")
Set RSlogin = connect.Execute("Select * From Login Where user = '"&user&"' And password = '"&password&"'")
If Not RSlogin.EOF Then
Session("inne") = True
end if
if Session("inne") = True then
%>
-----
I just cant get it right? any fixes?
-----
Microsoft VBScript compilation error '800a03f6'
Expected 'End'
/NMPx/Data/Data/login_header.asp, line 8
-----
heres the script
-----
<%
user = Request.Form("user")
password = Request.Form("password")
Set RSlogin = connect.Execute("Select * From Login Where user = '"&user&"' And password = '"&password&"'")
If Not RSlogin.EOF Then
Session("inne") = True
end if
if Session("inne") = True then
%>
-----
I just cant get it right? any fixes?