[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

Reply via email to