Archive

Posts Tagged ‘security’

5 Helpful Tips for Creating Secure PHP Applications

April 21st, 2009 Gertjan 1 comment

PHP is one of the most popular programming languages for the web. Sometimes a feature-friendly language can help the programmer too much, and security holes can creep in, creating roadblocks in the development path. In this tutorial, we will take a look at 5 tips to help you avoid some common PHP security pitfalls and development glitches.

Read more…

Categories: PHP Tags: , ,

PHP and AJAX – Make a Password Strength Bar that Updates in Real-time

April 21st, 2009 Gertjan No comments

This tutorial will show you how to make a very simple feature which will help your users make more secure passwords, in registration forms. After the user types their password, this script will make a request to a PHP page, which will check the password for lowercase letters, uppercase letters, numbers and symbols. Without reloading the page, a bar displaying the strength of the password will be shown to the user.
Read more…

data recovery