Ver Mensaje Individual
  #6 (permalink)  
Antiguo 19/02/2006, 16:36
macbomb
 
Fecha de Ingreso: enero-2003
Mensajes: 55
Antigüedad: 21 años, 3 meses
Puntos: 0
Bueno, pues lo he solucionado asi, No se si se puede hacer de otra manera pero esta funciona. Si alguien sabe alguna manera mejor....

Código PHP:
function no_tilde($text){
$tildada=array("à","è","ì","ò","ù","á","é","í","ó","ú","ä","ë","ï","ö","ü","â","ê","î","ô","û");
$notildada=array("a","e","i","o","u","a","e","i","o","u","a","e","i","o","u","a","e","i","o","u");
$text=str_replace($tildada,$notildada,$text);
return 
$text;

Jod... esto parece un monologo!...

S2
__________________
MACBOMB
webmast....... :adios: