Articles filed under "php"

Creating a PHP Verification Image

The following article will show you how to create a temporary session image to slow spammer attacks.


Optimizing PHP & SQL

Commonly we see php being used as an interface between the client and the database providing the information. Very few implementations utilize optimization, and thus, reduce performance.