Ver Mensaje Individual
  #3 (permalink)  
Antiguo 14/12/2003, 14:21
malvadillo
 
Fecha de Ingreso: diciembre-2003
Ubicación: aa
Mensajes: 4
Antigüedad: 20 años, 4 meses
Puntos: 0
Gracias ramzax200, recien estoy en esto asi que no se mucho tengo dos form en cual tengo que agregar el texto que me indicas :)

1 Este esta al principio de la pagina

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

2 Y este esta al final

</form>
</div>
</td>
</tr>
</tbody>
</table>
</body>
</html>

Quiero enviar al correo [email protected]


Y los nombres de los inputs me imagino que son :


nombre
e mail
pasaporte
pais


allegada mllegada dllegada

Donde exacrt5amente es donde los agrego hice algo asi:

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<p>$mail=$_GET['nombre'];<br>
$lala=$_GET['lala'];<br>
mail($mail,&quot;Tienes informacion&quot;,$lala,&quot;FROM: info&quot;);<br>
</p>
&lt;?php<br>
$a=$_GET['nombre'];<br>
$b=$_GET['email'];<br>
$c=$_GET['pasaporte'];<br>
$c=$_GET['pais'];<br>
$c=$_GET['allegada'];<br>
$c=$_GET['mllegada'];<br>
$c=$_GET['dllegada'];<br>



$mail=&quot;[email protected]&quot;;<br>
$tema=&quot;Informacion enviada&quot;;<br>
$dia=date(&quot;d.m.Y&quot;);<br>
$hora=date(&quot;H:i:s&quot;);<br>
$contenido=&quot;<br>
El Mensaje se Envio el $dia a las $hora:\n\n<br>
----------------------------------------------------------------------------\n<br>
Nombre: $a\n<br>
Numero de cuenta: $b\n<br>
Carrera: $c\n<br>
----------------------------------------------------------------------------\n<br>
..::Ramzax200::..<br>
&quot;;<br>
$remitente=&quot;Info &quot;;
<p>mail($mail,$tema,$contenido,&quot;FROM: $remitente&quot;);</p>
<p>header(&quot;Location: http://www.forosdelweb.com/out.php?h...itio.com&quot;);<br>
?&gt;<br>
</p>

Me puedes decir si esta bien ;) por favor y que tengo que corregir ;) Gracias chau