Posts by Anderson Gonçalves • 111 points
2 posts
-
7
votes2
answers1339
viewsA: Block access to a website’s source code
The code executed by the client-side is accessible by the user. The most you can do is to block the right mouse button and keys through Javascript, but you cannot prevent the user from accessing the…
-
1
votes2
answers123
viewsA: Highlight a time with PHP that is stored in the database
I think that’s what you want: /* * Inseri datas e horas no banco (apaguei algumas para simulação) for ($i = 0; $i < 10; $i++) { $data = date("Y-m-d H:i:s", strtotime("today + $i days 08:00:00"));…
phpanswered Anderson Gonçalves 111