On Tue, 2009-01-13 at 17:21 -0200, Jônatas Zechim wrote:
> I have something like this on my site:
> 
> mysite.com/índex.php?msg=Transa%25E7%25E3o+n%25E3o+autorizada
> 
> i need to convert " Transa%25E7%25E3o+n%25E3o+autorizada" to "Transação não 
> autorizada".
> 
> The letters ç ã, and others (é, í, ...).
> 
> Someone can help me?

urldecode()

Cheers,
Rob.
-- 
http://www.interjinn.com
Application and Templating Framework for PHP


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to