ciao,
devo convertire una stringa.
mi ritorna tramite array $_GET una stringa "%3F"
in origine so che era una "è"
cerco di convertirla con varie funzioni ma mi ritorna uguale (%3F) o ?
ho provato con
urlencode($STRINGA)
urldecode($STRINGA)
html_entity_decode($STRINGA)
htmlspecialchars($STRINGA)
rawurlencode($STRINGA)
rawurlencode(urlencode($STRINGA))
rawurlencode(htmlentities(urlencode($STRINGA)))
urlencode(utf8_encode($STRINGA))
mysql_real_escape_string($STRINGA)
urlencode(urlencode($STRINGA))
mb_convert_encoding($STRINGA, "UTF-8")
mb_convert_encoding($STRINGA, "ISO-8859-1")
mb_convert_encoding($STRINGA, "ISO-8859-1", "UTF-8")
chi mi aiuta? mi sembra una cosa stranissima!
grazie