Código PHP:
Ver original
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title></title> </head> <body> <?php require_once('funciones.php'); include('config.php'); conectar('localhost',); // Lee la plantilla // Agregamos los escapes necesarios // Datos de la plantilla $nombre = $_POST["nombre"]; $curso = $_POST["curso"]; //Sustituir a lo bestia XD // Procesa la plantilla ' . $plantilla . ' EOF_RTF; ' ); // Guarda el RTF generado, el nombre del RTF en este caso sera el apellido-nombre.fechaactual.rtf echo "<body bgcolor='#FFFFE0'> <img src='imagenes/campus.png' width=178 height=80><br><br><br>"; echo "<a href=\"$nombre-$fechahoy.rtf\">descargar</a>"; //@unlink($f); //Borro el temporal creado ?> </body> </html>