Ver Mensaje Individual
  #1 (permalink)  
Antiguo 20/11/2004, 18:29
Pax-Man
 
Fecha de Ingreso: noviembre-2003
Mensajes: 403
Antigüedad: 20 años, 5 meses
Puntos: 4
Formulario + mail

Necesito ayuda.. tengo el siguiente formulario

Código HTML:
<form action="enviar.php" method="post">
  <b>Nombre y Apellido</b> 
  <input name="name" type="text" id="ID" 
size="30">
  <br>
  <b>Codigo de Pago</b>
  <input name="code" type="text" value="" size="30">
  <p> 
<input type="submit" value="Enviar!"> 
</form> 
Como hago para que estos datos me los envie a mi mail... directamente osea que estos datos los recoja el enviar.php y me los envie a mi mail.. ayuda por favor