salu2
![borracho](http://static.forosdelweb.com/fdwtheme/images/smilies/borracho.png)
| |||
Re: enviar email desde mi pagina php ![]() <a href='ir.asp?http://www.php.net/manual/es/function.mail.php' target='_blank'>http://www.php.net/manual/es/function.ma...</a> Pocas ganas hay de mirar el manual ehhh flojo .. ![]() Un saludo, |
| ||||
Re: enviar email desde mi pagina php <form method=post action=<? $PHP_SELF ?>> <input type=hidden name=accion value=enviar> <input type=text name=nombre><br> <textarea name=mensaje></textarea><br> <input type=submit value=Enviar> <? if($accion=="enviar"){ $myemail = "[email protected]"; //DESTINO $asunto = "peticion de servicio"; mail("$myemail", "$asunto", "$mensaje\nNombre: $nombre"); } ?> Sencillo no? ;) <hr size=1 color=black> <center><font size=2 face=Tahoma>Jorge Alfonso Juarez Camargo<br><font size=1 face=Tahoma>Diseñador Web, Programador[/CODE]</center> |