For a guide to the choosing ASP or PHP, click here
Home >> Cookies >> Read from a Cookie This sample code shows how easy it is to read data from a user's cookie
<% ' this code reads in the data saved to ' a cookie named Beast, and saves the ' information to a variable called strData ' declare variable dim strData ' retrieve the data strData = request.cookies("Beast") ' done %> What is ASP?
What is PHP?