I have a problem with HADD not passing variables. I've tried using urlencode but I guess I just don't know enough about php to solve the issue.
If I have say: http://www.url.com/?s=variable&doesnt&send
it comes out with:
http://www.url.com/?s=variable
I need it to send the whole variable.
I'm looking referrals because the site doesn't know who I am.


