Posts by Pedro Paulo • 67 points
12 posts
-
0
votes1
answer40
viewsQ: Why are the values repeating if there is no data in the database?
I can’t seem to solve this problem! When I attend on a particular day, the ***status** of this day is repeated throughout the month**. In the example below, I did the day 1, then I did the day 2 of…
-
0
votes3
answers311
viewsQ: Help escape special characters php
I’m having trouble saving special characters. I’m developing a system where the teacher needs to write an observation in a textarea. I am using the code below to save/update the observation field:…
phpasked Pedro Paulo 67 -
0
votes1
answer699
viewsA: Configure Mysql in Docker container
Friend, by the description of the error, this usually occurs when the server exceeded the time limit and closed the connection or when the package size exceeded the maximum size of the packets that…
-
0
votes1
answer56
viewsA: Login check does not start Session
I’m putting as an answer because I don’t have enough points to comment on. Anything I take back. I believe the solution is just to add simple quotes in the search of the database, so: $query =…
-
1
votes1
answer317
viewsA: Recaptcha does not render
I would put as a comment, but I don’t have enough points... A user of the international version of Stackoverflow, was having the same problem "Warning: JSF1090", follows the question link with the…
-
1
votes1
answer63
viewsQ: Show specific dates that are in the Database in Bootstrap datapicker
I need the datapicker to load specific dates dynamically, which are saved in the database, I was able to get it to load manually, but there are several dates and may vary as the user saves in the…
-
1
votes1
answer83
viewsQ: Helps in date formatting from the database
I am finishing a data filtering system coming from the Database, using BETWEEN, my difficulty is in formatting the field 'date' to timestamp to do the filtering, follow my code: $where = "date…
-
1
votes3
answers144
viewsA: Return last contributor who checked the car
Bruno adds the Product Id, like this: ON B.id = A.Colaborador WHERE A.IdCarro = C.IdCarro AND A.IdProduto = C.IdProduto ORDER BY A.Id DESC LIMIT 1,1)
mysqlanswered Pedro Paulo 67 -
1
votes1
answer54
viewsA: Why aren’t the blue balls positioned in the center of the column?
The problem is on line 111 of Lotti.css (Delete it and test). Here it worked for me! d4w4 {/* width:164px; */}
-
1
votes0
answers124
viewsQ: Help me assemble an array as a result of a foreach with php
I created a list of students who have their birthday this month, follow the coding: In the coding below the code is searching directly from the database of the student table the students of all the…
-
-1
votes1
answer59
viewsQ: Create current month searching array
I’m creating a list of birthday students of the month, using php and mysqli. I’m not only able to load the birthday students of the current month,; SELECT * FROM `student` WHERE…
-
-1
votes1
answer39
viewsQ: Group data into a php table according to the discipline
My need is to group the concepts according to the discipline, follows the model: How to do: (I’m not able to group in a "title", only. Follow a code of the party in question. (If necessary, I make…
phpasked Pedro Paulo 67