Posts by Jean Nunes • 1 point
3 posts
-
-1
votes0
answers25
viewsQ: How to pass SELECT output to JSON?
I need to take the result of a query in the Database (made by a select), and insert it into a JSON file to receive the JSON file in Javascript and manipulate the data. I tried something like:…
-
-3
votes2
answers36
viewsQ: How to take selected value from Dropdown Menu and insert into a PHP variable?
I have the following dropdown menus on my website: <div class="dropdown"> <button class="btn btn-secondary dropdown-toggle col-12 col-sm-12 col-md-12 col-lg-12 col-xl-12 col-xxl-12"…
-
0
votes0
answers27
viewsQ: Page navigation by AJAX does not work
I have the following Menu on my page Index.php <nav class="navbar navbar-expand-lg navbar-light bg-light"> <div class="container-fluid"> <a class="navbar-brand"…