Hey guys,
If you have put your users' referrer URLs anywhere in their User CP/Profile - where have you put them? I'm in a bit of a dilemma as to where the most suitable place would be.
If you haven't placed them anywhere, where would you put them if you was going to?
Also, is there a variable to display the referrer URL or do I have to hardcode it manually, such as:
PHP Code:
$referrer = "http://domain.com/forum/register.php?referrerid=" . $prepared['userid'];