Guest User

Untitled

a guest
Mar 21st, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. Enero:
  2. -doc1
  3. -doc2
  4. Febrero:
  5. -doc1
  6. -doc2
  7. Marzo:
  8. -doc1
  9. -doc2
  10.  
  11. <?php
  12. $consulta_A = mysqli_query($con,"SELECT * FROM articulo8 WHERE fraccion = 'VI'AND inciso ='Inciso H' AND ano = '2017' ORDER BY mes DESC") or die("Error en consulta Agenda".mysqli_error($con));
  13.  
  14. while ($row = mysqli_fetch_array($consulta_A)) {
  15. $documento = $row["documento"];
  16. $año = $row["ano"];
  17. $mes = $row["mes"];
  18. $ruta = $row["ruta"];
  19. $departamento = $row["departamento"];
  20. ?>
  21. <ul><?php echo $mes; ?>
  22. <li><a href="<?php echo "plataformadetransparencia/".$ruta.$documento; ?>" target="_blank"><?php echo $departamento; ?></a></li>
  23. </ul>
  24. <?php } ?>
  25.  
  26. Septiebre:
  27. -doc1
  28. Septiembre:
  29. -doc1
  30. Octubre:
  31. -doc1
  32. Octubre:
  33. -doc2
Add Comment
Please, Sign In to add comment