[EMAIL PROTECTED] wrote:
Hi all...
I've having problems submitting information to salesforce.com...
I have a system set up that allows my users here in the office, to send
individual leads, to salesforce...
However, if the users details contain characters such as...
Ù ë ý Ñ Ã etc...
htmlspecialchars only does & " < >
(From what I understand...)
...
Surely is a problem with the encoding... try ISO-8859-1
Ù = %D9
ë = %EB
ý = %FD
Ñ = %D1
à = %C3
At least it works for the URL while passing parameters thru GET
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php