| | | |  | | | | | Showing 1 - 10 from 34 tutorials on Page 1. |  | |
| | | PHP regular expressions examples | | Various PHP regular expression examples to help your application validate, compare, compute or decide | | Added: 26 May 2007 - Visits: 566 | | | | | | | | IP Banning | | Learn how to ban someone's IP from your website! | | Added: 22 March 2007 - Visits: 139 | | | | | | | | How to protect PDF files using PHP | | This tutorial explains how to safely hide away PDF files from public access using htaccess, but then having a PHP file run its own authorization to allow access to the file without the Network Password dialog box. The PDF file will be displayed in the b... | | Added: 22 March 2007 - Visits: 183 | | | | | | | | Little more advanced admin login | | Here i will describe to you how to make an advanced admin login script you can use at your site or whatever. | | Added: 22 March 2007 - Visits: 145 | | | | | | | | Simple Security and Sessions in PHP | | 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. The following method will allow you to easily secure any PHP page by simply including a file at the top o... | | Added: 22 March 2007 - Visits: 147 | | | | | | | | Securing Forms with Random Noisy Images | | 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 application or by hand. An understanding form data processing is assumed. A basic knowledge of image crea... | | Added: 22 March 2007 - Visits: 157 | | | | | | | | Make a secure login section for your site | | Create a secure layout using sessions and a mysql database includes a registration page and secure area. Highly detailed tutorial. | | Added: 22 March 2007 - Visits: 284 | | | | | | | | |