Here is the part I am trying to encode.
It is part of script where I am posting to a script on another server. This is the input I would say.
"firstname=".urlencode(stripslashes($fname))."&email=".urlencode(stripslashes($email)).""
Here is the error I am constantly getting:
Parse error: parse error, expecting `')'' in /home/waltherj/public_html/includes/download_form.php on line 50
This is maddening