Ver Mensaje Individual
  #10 (permalink)  
Antiguo 26/06/2014, 08:27
Vicmon20
 
Fecha de Ingreso: junio-2014
Ubicación: Mexico
Mensajes: 14
Antigüedad: 9 años, 10 meses
Puntos: 0
Respuesta: PHP MySql Al Seleccionar 4 variables o mas...No me trae los datos

Código PHP:
Ver original
  1. <form action="pruebadinero.php" method="POST">
  2. <?php
  3. $query =
  4. $region=
  5. ?>
  6. <p>Seleccione la Region:
  7. <select name="regiones">
  8.     <?php
  9.    
  10.     ?>
  11. </select>
  12. <?php
  13. $query2=
  14. $servicio=
  15. ?>
  16. <p>Seleccione el servicio:
  17. <select name="servicios">
  18.     <?php
  19.    
  20.     ?>
  21. </select>
  22. <?php
  23. $query3=
  24. $fecha=
  25. ?>
  26. <p>Fecha inicial:
  27. <select name="fecha">
  28.     <?php
  29.    
  30.     ?>
  31. </select>
  32. <?php
  33. $query4=
  34. $fechafin=
  35. ?>
  36. <p>Fecha Final:
  37. <select name="fechafin">
  38.     <?php
  39.    
  40.     ?>
  41. </select>
  42. <p><input type="submit" value="Consultar" /></p>
  43. </form>

Última edición por Vicmon20; 26/06/2014 a las 08:29 Razón: ¿Quizas me falte alguna estructura para guardar las variables? GRACIAS