Advertisment
This article demostrates an easy way to maintain sessions and security (or authorization) in PHP. It does NOT use the PHP built in session support....
Views: 995 | | by Jarry
PHP - Security
This article will guide you through writing secure PHP code and covers many of the common security pitfalls one will encounter while making php...
Views: 1001 | | by Source
PHP - Security
Nice little function that will generate a completely random password.
Views: 984 | | by Slicer
PHP - Security
Learn how to super protect your files without the use of mySQL.
Views: 548 | | by Troy
PHP - Security
We'll guide you through using PHP safe_mode and how-to enable it and to customize it for certain sites on your server. If a client needs it...
Views: 886 | | by Sean
PHP - Security
Learn how to ban someone's IP from your website!
Views: 883 | | by Daniel
PHP - Security
Most interactive websites nowadays would require a user to log in into the website’s system in order to provide a customized experience for the...
Views: 834 | | by Tutorial
PHP - Security
Protect your user's information with MD5 hases in PHP.
Views: 816 | | by Colin
PHP - Security
This tutorial is intended for those who want to ensure that the data retrieved by a form processor PHP is sent by the expected form, not another...
Views: 858 | | by Brad
PHP - Security
When you build a form in your web page, you are susceptible to being spamed by automated systems. In order to make sure that the one who completes...
Views: 814 | | by Jason
PHP - Security
A detailed php tutorial that shows how to create a useful function to secure a web site from attack attempts passing through text boxes.
Views: 868 | | by Steve
PHP - Security
Nice flash presentation that will provide you with a good foundation on how to make your PHP apps more secure.
Views: 844 | | by Troy
PHP - Security
Basic PHP script security covers issues like prevention of SQL injections, XSS and CSRF attacks, variable tampering, etc.
Views: 817 | | by Ben
PHP - Security
Preventing SQL attacks is one of the most effective forms of defensive against crackers, this article explains how to do so.
Views: 807 | | by Jarry
PHP - Security
Overview of the customer management scripts, also introduce the include files that store common functionality used throughout the application.
Views: 863 | | by Source
PHP - Security
This way of preventing automated submissions is very used on the internet. More and more website owners start looking for a tool to prevent SPAM. A...
Views: 835 | | by Brad
PHP - Security
How to hide your CSS source from rippers.
Views: 825 | | by Mathew
PHP - Security
The proper ways to apply restrictions to your website.
Views: 827 | | by Brad
PHP - Security
Learn to make unique-per-user salts to create un-bruteforceable passwords. This method will prevent brute forcing from online md5 databases and...
Views: 830 | | by Ben
PHP - Security
One of the most vast misconceptions in the PHP world is how sessions really do work. I'm fairly confident most of us know how to start...
Views: 834 | | by Amy
PHP - Security