#1• Hola amigos de, miarroba... la presente es para pedirles ayuda de como validar o enviar formulario utilizando php...este es el codigo q tengo en mi web::: pero me sale con ERROR...por favor ayudenme que no e podido...GRACIAS formulario.html <html> <head> <title>Formulario de Contacto</title> </head> <body> <form id="form1" name="form1" method="post" action="enviar.php"> <p>Nombre:<br /> <label> <input name="nombre" type="text" id="nombre" /> </label> <br /> Telefono:<br /> <input name="telefono" type="text" id="telefono" /> <br /> Email:<br /> <input name="email" type="text" id="email" /> <br /> Mensaje:<br /> <textarea name="mensaje" id="mensaje"></textarea> <br /> <label> <input type="submit" name="Submit" value="Enviar Formulario" /> </label> </p> </form> <p> </p> </body> </html> --------------------------------------------------------------------------- ------------------------------------------------------------------------- enviar.php <?php $mail='[email protected]'; $nombre = $_POST['nombre']; $telefono = $_POST['telefono']; $email = $_POST['email']; $mensaje = $_POST['mensaje']; $thank="index.html"; $message = " nombre:".$nombre." telefono:".$telefono." email:".$email." mensaje:".$mensaje.""; if (mail($mail,"Formulario de Consulta",$message)) Header ("Location: $thank"); ?> |
#2• ¿Que error te sale? |
ATENCIÓN: Este tema no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un nuevo tema en lugar de responder al actual |
Opciones: Ir al subforo: |
Permisos: TU NO PUEDES Escribir nuevos temas TU NO PUEDES Responder a los temas TU NO PUEDES Editar tus propios mensajes TU NO PUEDES Borrar tus propios mensajes |
Temas similares | ||||
Tema | Usuarios | Respuestas | Visitas | Actividad |
---|---|---|---|---|
Por: hegoservicios, el 27/May/2012, 19:28 | 1 | 2k | May/12 | |
Por: sweelow, el 18/Oct/2008, 02:46 | 7 | 7k | Oct/08 | |
Por: bayshore, el 31/May/2009, 16:48 | 5 | 3k | May/09 | |
Por: jssonline, el 26/Mar/2009, 03:56 | 8 | 2k | Mar/09 | |
Por: encigu, el 02/Mar/2009, 19:08 | 5 | 3k | Jul/09 |