Ver Mensaje Individual
  #6 (permalink)  
Antiguo 21/06/2005, 14:24
Avatar de Potro
Potro
 
Fecha de Ingreso: abril-2001
Mensajes: 2.249
Antigüedad: 23 años
Puntos: 39
para empezar tu linea:

<form action="mailto:[email protected]" method="post" enctype="text/plain" name="registro" id="registro">

reemplazala por

<form name="form1" method="post" action="envio.php">

luego al archivo

envio.php

agregale los campos que le faltan tu manejas varios y el solo te dio para 3 campos.

en esta linea:

if (@mail($tumail, $subject, "$nombre mando su direccion $direccion y su correo $email")){



SALUDOS::::