Spooky
Posts: 26599 Joined: 11/11/1998 From: Middle Earth Status: offline
|
RE: Suggestions on Change to Spooky Log-In - 3/23/2001 20:09:00
Boy, thats a toughie  I would guess you would use a link to a process page.ie file.asp?Filename=Pirated.mp3 Then in file.asp you would need to record the username, filename in a similar table as activeusers in the database I wouldnt tie it in with that actual table, but perhaps create a new table, specific to that function One field would be Session("Username") or the cookie of that value and the other value Request.querystring("Filename") ------------------ Spooky "I am Spooky of Borg. Prepare to be assimilated, babycakes!" Subscribe to OutFront News Database / DRW Q & A The Spooky Login!
|