ive been trying to get variables into a database
"INSERT INTO tblStats (Recorded, RemoteAddress, HttpReferer,
HttpUserAgent, WebPage) VALUES ('" & Request("date" & "', '" &
Request("REMOTE_ADDR" & "', '" & Request("HTTP_REFERER" & "', '" &
Request("HTTP_USER_AGENT" & "', '" & Request("URL" & "') ";
i have tried variations without sucess, if anyone can help i would be
very greatful
"INSERT INTO tblStats (Recorded, RemoteAddress, HttpReferer,
HttpUserAgent, WebPage) VALUES ('" & Request("date" & "', '" &
Request("REMOTE_ADDR" & "', '" & Request("HTTP_REFERER" & "', '" &
Request("HTTP_USER_AGENT" & "', '" & Request("URL" & "') ";
i have tried variations without sucess, if anyone can help i would be
very greatful