Ver Mensaje Individual
  #8 (permalink)  
Antiguo 18/09/2013, 17:10
roberto_16_1989
Invitado
 
Mensajes: n/a
Puntos:
Respuesta: Comparar arrays en formulario

TENGO ESTO:

<form action="" method="post">
<label>ARRAY1:</label><input type="text"name="array1"><input type="text"name="array1"><input type="text"name="array1"><input type="text"name="array1"><br>
<label>ARRA2:</label><input type="text" name="arra2"><input type="text" name="arra2"><input type="text" name="arra2"><input type="text" name="arra2"><br>
<input type="submit" value="COMPROBAR" name="enviar">
</form>
<?php
error_reporting(0);

?>


SE VE ALGO ASÍ:




SOLO HASTA AQUI ME GUIO PORFA ME PODRIAS DECIR COMO PRODRIA VINCULARLO