I am trying to create a referral system for my scrit.
When someone is referred they would go to a url like this www.mydomain.com/index.php?ref<ACCOUNT#>
account nuumber is a number generated when they signup
on the register page i have a place to show teh referrer
I want it to show like this. Referrer : <Account #>
but it dont when I try.
I have never tried this so any help would be nice.
Referral system
Moderator: General Moderators
Re: Referral system
If you are using exactly what you posted , you need to add an = character
http://www.mydomain.com/index.php?ref=<ACCOUNT#>
http://www.mydomain.com/index.php?ref=<ACCOUNT#>