|
|
|
|
|
| | |
|
Active Server Pages ASP ASP.NET .aspx .ascx Web HTML Developer Internet Microsoft Web Services Visual Studio .NET CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
compare the content of a cookie with a database field ? |
From: |
lagasss |
Date: |
11/6/1999 3:54:31 AM |
IP: |
207.96.223.71 |
Hi, is it possible to compare the content of a cookie with some data from a database?
heres my code:
SQLstmt = "SELECT id,user FROM table1 WHERE user=this should be the cookie content named name"
<%
Name = Request.Cookies("name")
%> |
|
|
|
|
|
|
|
|
|
|
|
|