![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
09/03/2004, 16:54
|
![Avatar de CHILENOCES](http://static.forosdelweb.com/customavatars/avatar10806_1.gif) | | | Fecha de Ingreso: octubre-2001 Ubicación: Mmm paseando por la vida
Mensajes: 491
Antigüedad: 23 años, 3 meses Puntos: 0 | |
Prueba asi:
$mensaje=str_replace("[a]", "<a href=\"$mensaje\">", $mensaje);
$mensaje=str_replace("[/a]", "</a>", $mensaje);
Ó
$mensaje=str_replace("[a]", "<a href=$mensaje>", $mensaje);
$mensaje=str_replace("[/a]", "</a>", $mensaje);
Saludos.
__________________ ChilenoCesar Looking for something new... |