Page 1 of 1

Referral system

Posted: Tue Jul 13, 2010 12:18 pm
by nite4000
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.

Re: Referral system

Posted: Tue Jul 13, 2010 3:14 pm
by yacahuma
If you are using exactly what you posted , you need to add an = character
http://www.mydomain.com/index.php?ref=<ACCOUNT#>