
28/07/2006, 16:01
|
| | Fecha de Ingreso: mayo-2006
Mensajes: 288
Antigüedad: 18 años, 10 meses Puntos: 4 | |
esto te pude servir Código PHP: <?php
if(isset($_POST["nombre"]) && isset($_POST["mail"]) ){
$mymail = "[email protected]";
$subject = "Julio 2006";
$contenido = "
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>nuevo documento</title>
</head>
<body>
Aqui contenido de pagina HTML
</body>
</html>
" |