Posts by Caio Brandão • 11 points
8 posts
-
0
votes2
answers3840
viewsA: Compare dates in sql
I decided to do it here guys SELECT DATE_FORMAT(data_acesso, '%Y-%m-%d') AS data_acesso FROM tbl_acesso; In sgbd it worked, but in php it was not pq needed an alias.…
-
0
votes2
answers3840
viewsQ: Compare dates in sql
In my bank I have the field with datetime current_timestamp in the access table. I need to display the amount that each device accessed the site, whether computer, Ios or android, each time one of…
-
-1
votes2
answers34
viewsQ: Button problem
I have two Uttons, one to activate category and one to disable, each with its layout. I need to switch between the two, when one activates, it changes in the bank to activated and is being displayed…
-
0
votes1
answer66
viewsQ: Ajax no popula select on second request
Hello, I have some ajax requests on my page that populate a select correctly, however, I need you to do it again in an update modal, but the same ajax request returns nothing. This is the code of…
-
1
votes0
answers16
viewsQ: I need to display all the saved modals in the bank
I have a page, which needs to display all the modals linked to it in the database, when I need to display everything in the database, in php I use mysqli_fetch_assoc and display everything, but the…
-
0
votes0
answers22
viewsQ: Radio button not saved on the bench
I can’t seem to do the radio button chosen to go to the bank <form method="post" action="functions/modalQuiz.php" enctype="multipart/form-data"> <div class="modal fade" id="myModal"…
phpasked Caio Brandão 11 -
0
votes0
answers46
viewsQ: Find user address by IP to display a modal
Good afternoon, I would like to take the values of user geolocation and display a model if it is in a certain location, I can get the values of coordinates, but how do I pass php these values that…
-
0
votes1
answer38
viewsQ: I need to return an empty td if there is data in the database
Guys, I’m going to try to be specific here, I need to show all the categories and subcategories of level 1, 2 and 3 that exist in the bank. I got it so far, but when he can’t find anything in the…
phpasked Caio Brandão 11