![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
30/11/2010, 09:46
|
| | Fecha de Ingreso: octubre-2009
Mensajes: 223
Antigüedad: 15 años, 3 meses Puntos: 2 | |
Respuesta: insertar variable php en template Al final he hecho lo siguiente por si a alguien le sirve
en el archivo pongo {titulo}
$filecontent=file_get_contents($file);
str_replace('{titulo}','ESTE ES EL TITULO',$filecontent);
asi con todas las etiquetas |