Posts by Cesar Luciano • 3 points
2 posts
-
0
votes1
answer34
viewsQ: Repeat number at each count
How do I do this in php, please help me: ( Every three times ) 0 = 0 1 = 0 2 = 0 3 = 1 4 = 1 5 = 1 6 = 2 7 = 2 8 = 2 So on and so forth. This is a simple example of what I would like to do, because…
-
0
votes1
answer89
viewsQ: Run SQL Query multiple times between two dates (MYSQL)
I wonder how I do to run an SQL query between two dates where for example: the user will choose two dates: starting date = 20/04/2020 final date = 25/04/2020 so I wanted to know how do I do to do…