Ver Mensaje Individual
  #9 (permalink)  
Antiguo 28/02/2011, 10:19
thcfree
 
Fecha de Ingreso: febrero-2011
Ubicación: Vallekas
Mensajes: 5
Antigüedad: 13 años, 2 meses
Puntos: 0
Respuesta: Enviar formulario a cuenta de correo

al final te voy tener que invitar a unas cañitas....

el unico php que tengo es este, el mail.php y el codigo es el del mensaje anterior, no he modificado nada y el html del formulario es este


Código HTML:
<body>
<table width="680" border="1" cellpadding="10" cellspacing="0" bordercolor="#000000">
<tr>
<td height="206" align="center"><form method="post" action="mail.php">
<input type="hidden" name="to" value="[email protected]" />
<input type="hidden" name="return_url_ok" value="http://www.cataja.org/email-enviado-ok.html" />
<input type="hidden" name="return_url_ko" value="http://www.cataja.org/email-enviado-ko.html" />
<table width="630" border="0" cellspacing="0" cellpadding="5">
<tr>
<td width="150"><strong>Asunto : </strong></td>
<td width="510"><input name="asunto" type="text" size="55" id="asunto" /></td>
</tr>
<tr>
<td><strong>Nombre :</strong></td>
<td><input name="nombre" type="text" size="55" /></td>
</tr>
<tr>
<td><strong>E-mail :</strong></td>
<td><input name="email" type="text" size="55" /></td>
</tr>
<tr>
<td><strong>Telefono :</strong></td>
<td><input id="telefono" name="telefono" type="text" size="30" /></td>
</tr>
<tr>
<td valign="top"><strong>Comentario :</strong></td>
<td><textarea id="comentario" name="comentario" cols="53" rows="3" ></textarea></td>
</tr>
<tr>
<td>&nbsp;</td>
<td><input type="submit" name="send" value="Enviar" /></td>
</tr>
</table>
</form></td>
</tr>
</table>
</body>
</html>