Posts Tagged ‘PHP’
25 PHP Form Validation Snippets
Developer often search for form validation rule on search engine and the process of doing that is always repeated. Rather than always searching for the exact same solution, we can speed up our development process by eliminating the searching processing with this article where all validation snippets is being demonstrated.
Enhance Security Hash Function For Web Development
PHP Secure Login Tips And Tricks
when it comes to login pages where our most sensitive data are being held. Hence, there is a need to better understand how well your login page has been implemented to be considered as really secure. In this article, you will get a list of PHP secure login tips and tricks that will definitely help you decide on your secure rating of your login page.
Better Hashing Password in PHP
Most of us will know that the Reddit suffer from inside job attack where all their username and password were compromised as their password wasn't hashed and stored as plain text. We won't want this to happen to us right? Therefore, in this article you will get to know some ways to better hash your password in PHP and some ways to improve your security.