Ver Mensaje Individual
  #3 (permalink)  
Antiguo 28/07/2006, 16:01
netserver
 
Fecha de Ingreso: mayo-2006
Mensajes: 288
Antigüedad: 17 años, 11 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/htmlcharset=windows-1252">
    <title>nuevo documento</title>
    </head>

    <body>
    Aqui contenido de pagina HTML
    </body>

    </html>
    "