Quote:
Originally Posted by ssp
Yes.
What you should do is separate your strings (anything between "", i.e: "&refer_id=") from your variables (anything with a $ sign, i.e: $refer_id).
You can join them together with '.' (ignore the single quotations). Then you should be fine.
|
Are you sure? the referal_id should be listed in the html link when going to the php url with profile.php?mode=register&refer_id=294 in it right?