Alright, so im trying to get just a line of text to appear in my user CP but im having trouble.. What i want is it to say this:
Referr your friends sending them this link:
www.Domain.com/Register.php?referrid='$user[userid]'
But when i put that, it does not put the user id.. it just says " $user[userid];"
How can i code that line so it automatically puts the user ID at the end of the URL?
Referr your friends sending them this link:
www.Domain.com/Register.php?referrid='$user[userid]'
But when i put that, it does not put the user id.. it just says " $user[userid];"
How can i code that line so it automatically puts the user ID at the end of the URL?