Posts by Cryptor Wings • 5 points
4 posts
-
-4
votes1
answer53
viewsQ: Warn when the file is changed using PHP or Javascript
I have a form that saves the data in a file .txt. I wonder if you have how to create a warning to know when a new content is registered in this .txt through the PHP.…
-
1
votes0
answers39
viewsQ: Receive data from another page
Speak guys, I’m creating a store with a friend, one of the security measures is to check if the CPF really exists. thinking about it we found a website: https://www.situacaocadastral.com.br/ what…
-
0
votes1
answer95
viewsQ: Logged in user can enter the login page
when the user logs in he creates sessoes and goes to the panel, but he still has access to the login page. how to send it back to the.php panel when it tries to go to the login page? sessoes: $user…
-
0
votes1
answer34
viewsQ: Delete table data when it reaches a certain number
Fala galera! I have a table called tb_chat with the id_message fields,name,message,date,time. how do I delete data from this table when it reaches '6' records?