Save cookie to DB

Posted on 16th Feb 2014 by admin

I'm working on a pixel tracking script for an incentive website and I need to use an ASP script to save the cookie from the user to a MySQL DB via a 1 pixel image, such as follows.

<img src="http://www.example.com/track.asp" height=1 width=1 border=0>

How would I go about making that script?

Other forums