Guest User

Untitled

a guest
Jul 22nd, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. </select>
  2. </div>
  3.  
  4.  
  5. <div class="tab-pane" id="thee-tab">
  6. <p><form method="POST" action="?pagina=setting">
  7.  
  8. <center>
  9. <select name="id">
  10.  
  11. <?php
  12. $result_usuario = "SELECT * FROM `usuarios` WHERE id=1";
  13. $mostra_dados = mysqli_query($conn, $result_usuario);
  14. while($rows_cursos = mysqli_fetch_assoc($mostra_dados)){ ?>
  15. <option value="<?php echo $rows_cursos['id']; ?>"><?php echo $rows_cursos['usuario']; ?></option>
  16. <?php } ?>
  17. </select>
Add Comment
Please, Sign In to add comment