Posts by DrakoDev • 11 points
2 posts
-
0
votes2
answers39
viewsA: How to divide an array of 90 elements into 20 on each page, in PHP?
Put in query LIMIT 20, so SELECT * FROM table LIMIT 20
-
-1
votes0
answers9
viewsQ: I cannot save password encrypted with bcrypt in the database
I encrypt the password with bcrypt and when I will enter in the database it just won’t go but if I put anything else works what I can do ? $senha = \DarkDevs\Bcrypt::hash($senha); $registro =…