security

PHP Code: Top Ten Security Vulnerabilities

Below follows the top ten security vulnerabilities that might be hiding in your PHP code.1. Unvalidated Parameters Most importantly, turn...

1 replies - 5387 views - 08/12/08 by rochakchauhan in News

Watch Your POST: Save PHP POST Data as XML

One of my main goals when creating PHP web forms is to keep them secure and protected from spammers and automated bots. With the amount of spam that Akismet...

5 replies - 3406 views - 03/25/08 by David Walsh in News

Force A Secure Page Using PHP

Force A Secure Page Using PHP Many pages, most often pages with forms or pages that serve personal information, require the need to be served over a secure...

6 replies - 2683 views - 03/15/08 by David Walsh in News

PHP Security - Block Access to Include Files Using .htaccess

When I build websites for clients and myself, I use numerous include files to make my website easy to maintain. These include files may:

8 replies - 2309 views - 01/30/08 by David Walsh in News