Estoy hacinedo un pequeño formulario, pero me llega un fallo bastante considerable, y es que los botones de envio y eliminacio NO FUNCIONAN.
Dejo el código a ver uqe encontrais.
news.php
Código PHP:
<?php
echo "<from action='new.php' method='post'>";
$rand= rand(0,99999);
echo "<input type='hidden' name='seguimiento' value='$rand' /><br/>";
echo "Name: <input type='text' name='nombre' value='' /><br/>";
echo "Adress: <input type='text' name='direccion' value='' /><br/>";
echo "Email: <input type='text' name='email' value='' /><br/>";
echo "Phone Number: <input type='text' name='telefono' value='' /><br/>";
echo "<input type='submit' value='Submit' name='Submit' />";
echo "<input type='reset' value='Reset' name='Reset' /><br/>";
echo "</from>";
echo "<p>Remember: All fields are required</p>";
?>
(Siento que esté en ingles, la página es para Viena hehe
Seguramente será un error de estos tontos.. pero no lo encuentro hehe
Para exicarme el problema... Pulso el boton de enviar y hace como si nada... pulso el de borrar los datos y hace menos que nada... Si lo quereis probar:
http://www.fernandosalcedo.com/pedidos/news.php
Marcadores