View Single Post
Old 2007-09-16, 03:59 AM   #2
Llam4
A woman is like beer. They look good, they smell good, and you'd step over your own mother just to get one!
 
Join Date: Sep 2007
Location: Arizona
Posts: 52
Send a message via AIM to Llam4
You have a few options: Pull their ID out of your user database, pull their ID out of their login cookie or ask them to input their ID into a textbox to be generated.

After that, it's a simple as:
echo "http://www.pornsite.com/page.php?id=$IdVar";

IdVar being the user ID you extracted.

I'm assuming you use PHP because your tracking page is PHP.
Llam4 is offline   Reply With Quote