try rawurlencode() and rawurldecode()

Salu2,

        V

-----Mensaje original-----
De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Enviado el: jueves 27 de diciembre de 2001 3:46
Para: [EMAIL PROTECTED]
Asunto: [PHP] problems with urlencoding


Hi,
I try to send the content of a variable about the url to the next php-page.
The content of the variable is:
Client like '%4022720893%'
I have tried urlencode and urldecode, but this does not work
If I put this variable to an url, I got always
Client like '@22720893%'
(depending from the number after the first %),
I also have tried to mask with slashes and stripslashes. But this does also
not work.
Who can help and has the best way to send this content thru an url
best regards
christian


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]






-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to