Encrypting Password using md5() function
Using md5(); function to make your login system more secure
In this tutorial, you'll learn how to get current web page url from your web browser address bar using php script. Syntax ...
Convert and protect your PHP scripts to unreadable but still executable. This is a list of tools you can use to protect your PHP code. ...
This is a script to make pagination in PHP like digg.com or flickr.com. ...
PHP filters is used to validate and filter data coming from insecure sources, like user input. What is a PHP Filter? ...
Exceptions are used to change the normal flow of a script if a specified error occurs What is an Exception With PHP ...
The default error handling in PHP is very simple. An error message with filename, line number and a message describing the error is sent ...
There is a weakness in the PHP e-mail script in the previous chapter. PHP E-mail Injections First, look at the PHP code ...
PHP allows you to send e-mails directly from a script. The PHP mail() Function The PHP mail() function is used to send emails ...
A PHP session variable is used to store information about, or change settings for a user session. Session variables hold information about one ...