Posts by Marcelo Welter • 1 point
2 posts
-
0
votes1
answer75
viewsA: PHP writing encrypted javascript
Usually these systems have an encryption key that is used uniquely, precisely to have no way to undo and the goal is to actually make it different every cycle. I took a look and it changes the keys…
-
0
votes3
answers80
viewsA: Access to Mysql
Try to use: $selecao = mysqli_query('SELECT count(*) FROM tabela_precos'); give the fetch and it will return the number of records
phpanswered Marcelo Welter 1