![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
26/08/2009, 15:10
|
| | Fecha de Ingreso: septiembre-2007
Mensajes: 83
Antigüedad: 17 años, 4 meses Puntos: 0 | |
Respuesta: Formulario en php, con mail en formato HTML yo creo que tu problema esta aqui:
$line = str_replace("%fecha%", $_POST["date('d/m/Y', time()"], $line);
deberia de ser asi:
$line = str_replace("%fecha%", $_POST[date('d/m/Y', time()], $line);
sin las comillas |