Posts by Herber Soares • 43 points
3 posts
-
2
votes1
answer244
viewsA: Duplicated data when sending form and F5 and also stores empty values
Hello, 1º - The script is done to record every time q "send" is clicked. One option would be to disable send button after click. Ex: $("#enviar").prop("disabled",true); 2º - The whole part of the…
-
1
votes2
answers1508
viewsA: Choice of hash generation method in PHP
I would recommend reading this article: https://crackstation.net/hashing-security.htm#phpsourcecode I find it interesting to use bcrypt with high cost. It even has an interesting code in php…
-
1
votes1
answer332
viewsQ: Mysql database structure
Hello I need a small force to structure my data in a database. I have a table for exam procedures with an id, test name and value. Only the problem is that a "procedure" may contain other…