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.
|