| |

| How To Parse XML with PHP Posted in PHP > File Manipulation by tutorialgrub on Aug 08, 2011
This tutorial will teach you how to read XML using PHP |
| |

| PHP Walkthrough & Script: Building an Apache-like Access Control List (ACL) Posted in PHP > Security by tutorialgrub on Aug 07, 2011
We're going to be constructing an Apache-like, in fact we're going to be emulating the Apache ACL in its entirety. Although you could quite easily use Apache, this allows you to see how it's all done and even extend onto it to allow temporary bans which expire after a certain amount of time - if you were that way inclined. |
| |

| Decoding CAPTCHA's Posted in PHP > Security by tutorialgrub on Aug 05, 2011
An introductory guide to breaking CAPTCHA's with source code. Walks through identifying weaknesses in a CAPTCHA using them to extract the text and then identifying them. |
| |

| Creating Files with PHP Posted in PHP > File Manipulation by tutorialgrub on Aug 03, 2011
In this tutorial you will learn how to create all kinds of files using PHP. |
| |

| Creating thumbnail - Resize an image with PHP Posted in PHP > Image Manipulation by tutorialgrub on Aug 02, 2011
In this tutorial I will show you how to resize an image with PHP. You can use this function in your own image gallery implementation or in any other cases when you need to create a thumbnail from your image. Using a this image resize script gives you the possibility to create various images which are different in their size. |
| |

| Enabling single signon using Open ID login, PHP and MySQL Posted in PHP > Cookies and Sessions by tutorialgrub on Aug 01, 2011
Enable your web application for Open ID to let your users log in without having to remember yet another password |
| |

| Silently record a user IP address Posted in PHP > Security by tutorialgrub on Jul 31, 2011
If your website has a feature such as uploader and you want to track the people that use it, then you may want to consider using some sort of record script that will record information to somewhere. In this tutorial you will see how you can create a script that will silently record a user IP address and store all information in a .txt file, no database required! |
| |

| Creating a Crypter Class with PHP Posted in PHP > Security by tutorialgrub on Jul 29, 2011
In this article I will explain how to create a PHP Class that will encrypt and decrypt any data with a given password. It is object programmed and uses existing PHP algorithms. |
| |

| Creating an Advanced Password Recovery Utility Posted in PHP > Security by tutorialgrub on Jul 25, 2011
Creating an Advanced Password Recovery Utility |
| |

| Php Shoutbox Posted in PHP > File Manipulation by tutorialgrub on Jul 22, 2011
This tutorial will teach you how to make a shoutbox that will run off of a text file. This means that you won't need a mysql database to have dynamic content on your site. |
<< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 >> Next |