Posts by user150548 • 5 points
4 posts
-
0
votes1
answer50
viewsA: modal with data from tables other than mysql
I got it fixed! I closed it </ul></div></nav> after I closed the while ($row4 = mysqli_fetch_array($dt4))
-
0
votes1
answer50
viewsQ: modal with data from tables other than mysql
Hello! I’m facing a problem with a dynamic modal. On an Index page, the user will select a state and a city and will be forwarded to the modals page; On this page will be presented the Branches of…
-
0
votes2
answers137
viewsQ: Paging a Dynamic Selectbox in different php files
Good afternoon, I am facing a problem in creating a pagination. Javascript <script type="text/javascript"> $(document).ready(function(){ $('#estados').on('change', function(e){ var estado =…
-
0
votes1
answer249
viewsQ: Problem with AJAX, PHP, Mysql select dependents
Good afternoon! I am facing a problem in linking 2 select. I’ve followed a lot of tutorials, but none solved. <?php include ('conection.php'); ?> <script…