Ver Mensaje Individual
  #2 (permalink)  
Antiguo 26/08/2007, 07:52
Avatar de nicolaspar
nicolaspar
 
Fecha de Ingreso: noviembre-2004
Ubicación: Villa Ballester Bs-As|Ar
Mensajes: 2.002
Antigüedad: 20 años, 2 meses
Puntos: 34
Re: Problema para pasar tildes a codigo html con PHP

Estas usando post en el htmlentities y estas mandando por get :S

echo $HTTP_GET_VARS["texto"] . '<br />';
$dato = htmlentities($HTTP_POST_VARS["texto"],ENT_QUOTES,"UTF-8");
__________________
Mi punto de partida es Que Bueno Lo Nuevo