Lo que hice fue traspasar los codigos a los qe tenia yo y reemplazarlos y les cambie el nombre de destino pero hay un problema la imagen sigue sin apareceer , Coloco cada codigo asi verificas si hay algo mal
este se llama contacto.html
Código HTML:
Ver original<form name="formulario" action="send.php" method="post"> Nombre: (obligatorio)
<br /> <input name="nombre" type="text" size="60"><br />
Tel
éfono (obligatorio):
<br /> <input name="telefono" type="text" size="60"><br />
email: (obligatorio)
<br /> <input name="email" type="text" size="60"><br />
Asunto: (obligatorio)
<br /> <input name="asuntow" type="text" size="60"><br />
Comentarios: (obligatorio)
<br /><textarea class="texto" name="comentarios" rows="4" cols="70"></textarea><br />(obligatorio)
<br /> <img src="captcha.php" width="100" height="30"><br /> <input name="tmptxt" type="text" size="12"> <p>Aceptas las condiciones:
<br /> <a href="terminos.php">Lea los T
érminos y condiciones de:
</a> <strong>sitio web
</strong></p> <input name="aceptas" type="checkbox" id="chequea" /> No podr
á enviar su consulta si no acepta los T
érminos.
<br /> <input type="submit" name="button" id="button" value="Enviar">
Este Se llama send.php
Código PHP:
Ver original if ($_SESSION['tmptxt'] != $_POST['tmptxt']) {
echo "<script>window.alert('IMAGEN DE SEGURIDAD INVALIDA');</script>;";;
echo "<script>location.href='javascript:history.back()' ;</script>;";
}
if (!($_POST['nombre'])){
echo "<script>window.alert('COLOQUE SU NOMBRE');</script>;";;
echo "<script>location.href='javascript:history.back()' ;</script>;";
}
if (!($_POST['asuntow'])){
echo "<script>window.alert('COLOQUE SU NOMBRE');</script>;";;
echo "<script>location.href='javascript:history.back()' ;</script>;";
}
if (!($_POST['telefono'])){
echo "<script>window.alert('COLOQUE UN NÚMERO DE TELÉFONO DE CONTACTO');</script>;";;
echo "<script>location.href='javascript:history.back()' ;</script>;";
}
y los demas como me los mandaste vos . estoy trabajando con dreamweaver