Posts by Iniciante • 1 point
3 posts
-
-1
votes1
answer29
viewsQ: I can’t get the last day of the month. What’s the mistake?
Because this code does not show the last day of the month? $whiteDays = ["Monday", "Tuesday", "Wednesday", "Thursday", "Saturday", "Sunday", "Friday"]; $year = 2020; $month = 4; $from = new…
-
-2
votes1
answer21
viewsQ: How to fix the error of storing a Select in an Array?
I have this list $lista_datas = ["2020/02/17","02/04/2020","02/05/2020"]; It works perfectly in my shape system. I recently needed the values in this list to come from a specific column of the…
-
-1
votes1
answer25
viewsQ: Two tables using Where
I have the ID of a user who is in $user. I have two tables. Table A (contains questions) coluna idA coluna perguntaA Table B (stores the id of a question answered by a user) coluna idB coluna…