09/11/2009, 20:49
|
| | | Fecha de Ingreso: febrero-2005
Mensajes: 2.351
Antigüedad: 19 años, 9 meses Puntos: 25 | |
Respuesta: la url no toma la id en la clase SEO
$find = array(' ', '&', '\r\n', '\n', '+');
$text = str_replace ($find, '-', $text);
noto que falta el array de reemplazo
deberia ser:
$find = array(' ', '&', '\r\n', '\n', '+');
$repl = array('-', '-', '-','-','-');
$text = str_replace ($find, $repl, $text);
__________________ Hospedaje Web al mejor costo! |