The incoming link will have a get var of PA for your id so... if you'd like to track it in only a single session...
$_SESSION['affiliate_id'] = $_GET['PA'];
after you've done your:
session_start();
Once you have it in your session you can access it any time... If a user creates a store account, assign that to their user table. If it's a one time buy just add it to your order table. If you want it to persist beyond the first visit without them creating an account, just store the value in a cookie :P
Hope that helps!
__________________
ICQ: 258-202-811 | Email: eric{at}bestxxxporn.com
|