Tema
:
Limpiar URLs
Ver Mensaje Individual
#
2
(
permalink
)
16/09/2011, 07:58
Patriarka
Fecha de Ingreso: enero-2011
Ubicación: Moreno, Buenos Aires, Argentina
Mensajes: 2.851
Antigüedad: 14 años, 2 meses
Puntos: 288
Respuesta: Limpiar URLs
proba una por una
function seoUrl($str){
$a = array('à');
$b = array('a');
return trim(preg_replace($a, $b, strtolower($str)), '-');
}
__________________
...:::
http://www.sebastian-marquez.com.ar/portfolio/
:::...
StartUp:
http://www.heka.com.ar/
Patriarka
Ver Perfil
¡Visita mi Sitio!
Buscar todos los Mensajes de Patriarka