0
I was thinking here and I couldn’t understand the way it would work.
Let’s assume that I have 1 database with 10 post and in one column had "Day of the week"
ID | NOME | DIA DA SEMANA
-------------------------
1 | ALAN | SEGUNDA-FEIRA
2 | ALEX | QUINTA-FEIRA
3 | BIA | SEGUNDA-FEIRA
4 | CAIO | SEXTA-FEIRA
5 | KAIO | TERÇA-FEIRA
6 | LANA | QUARTA-FEIRA
7 | LUAN | SEGUNDA-FEIRA
8 | EVA | SÁBADO
9 | ADÃO | DOMINGO
10 | MELO | DOMINGO
And when it was Monday my database log would show up on my home page, if every Tuesday with Tuesdays would show up on the home page and so on and so forth.
Could someone explain to me how this employee ?
You’re using Pdo, mysqli?
– Victor Eyer