Free PHP scripts, tutorials, ebooks and downloads

del.icio.us del.icio.us  |  digg Digg  |  RSS Subscribe

Read my articles below and learn new things on PHP, regular expression, image handling and a lot more cool stuffs. Need a custom script? Send your mail to me [at] nashruddin.com and I'll post the code here, for free!

HTTP Scripting Made Really Easy

Jul 4, 2009 | Tags: HTTP, PHP, Projects | 2 comments

This is an advanced HTTP client for HTTP scripting. Using pure PHP, no Curl or other fancy dependencies needed. Read more

PHP Script for Converting Relative to Absolute URL

Jun 5, 2009 | Tags: PHP, Regex | 14 comments

This is a very simple PHP script to convert relative URL to its absolute path, given a base URL. Read more

Password Protected Images with PHP

Mar 20, 2009 | Tags: PHP, Image | 2 comments

So you have images only for your site's members, and not for everyone else? Use this script to display your images to your members, and hide them for non-member visitors. Read more

Web Based Surveillance System with OpenCV, PHP and Javascript

Mar 6, 2009 | Tags: OpenCV, PHP, Projects | 14 comments

In this article, I will show you how to build a remote surveillance system over the web. The system is designed to be low-cost and simple. Read more

Resize Image to Different Aspect Ratio On-The-Fly

Jan 2, 2009 | Tags: PHP, Image | 2 comments

Use this script to resize your image to different aspect ratio on the fly. For instance, when you have a 1024x800 wallpaper and you want to create a 120x120 thumbnail of it. Read more

PHP Image Resize Made Easy

Dec 21, 2008 | Tags: PHP, Image | 1 comment

Resize your images and create thumbnails easily with this simple PHP script. Read more

Search Engine Friendly URLs with PHP

Nov 11, 2008 | Tags: SEO, PHP

You know that search engines love pretty URLs like http://yourdomain.com/title-with-lots-of-keywords. This article explains how to achieve these Search Engine Friendly URLs with a database-driven script. Read more