Ver Mensaje Individual
  #8 (permalink)  
Antiguo 19/09/2003, 00:40
Avatar de epplestun
epplestun
 
Fecha de Ingreso: octubre-2001
Mensajes: 1.621
Antigüedad: 22 años, 5 meses
Puntos: 5
Si es todo PHP podrias hacer uso de eval() en vez de echo() pero en principio lo queyo te dijefuncionaria, es decir:

Código PHP:
$archivo file("archivo.php");
$mensaje "";
foreach(
$archivo as $linea) {
$mensaje .= $linea
}
ob_start();
echo 
$linea;
$mensaje ob_get_contents();
ob_end_clean();
mail("[email protected]""titulo"$mensaje"Content-Type: text/html\n"); 
Saludillos!!
__________________
Usuario registrado de Linux #288725