Posts by Rafael Barros • 13 points
3 posts
-
0
votes1
answer21
viewsQ: How to pull the Option value from the select HTML property that is saved in MYSQL
How do I change and be saved in the database, once I update the saved value is filled in the box, the way I am doing saved in the bank, but when updating the page it always leaves the box filled…
-
-1
votes1
answer32
viewsQ: Pagination error while removing number displayed in link
**The pagination works perfectly, but when I do the following case: I change the pagination everything in good, it gives me a url parameter equal to: localhost/index.php? page=1 if I remove the…
-
1
votes0
answers369
viewsQ: How do I limit pages in the EX pagination: 1,2,3,4.... , do not leave all numbers in view from 1 to 50
<?php include_once("conexao.php"); $pagina = (isset($_GET['pagina']))? $_GET['pagina'] : 1; $result_curso = "SELECT * FROM cursos"; $resultado_curso =…