PHP5 Beta Released [10 Dec 2004] by Thomas Hampson 12/13/04
The long awaited PHP5 has arrived and offers all new features, enhanced support for XML, a Standard PHP Library and much more. Released just two days after version 4.3.10 of PHP, the all new PHP5 proves to be something to look out for in the near future. more...
Online Regular Expression Tester with PHP by Chief Programmabilities 10/28/04
You will construct a page that lets you enter a string and a regular expression. When you Submit the form, the script searches the string for a substring matching the regular expression; and then outputs the results to the page. more...
Why Open source software development by Sangeetha Naik 10/24/04
While the cost benefits of Open source are widely discussed and known, what is lesser known is the reliability, performance and security aspects. In this article, see how Open source stacks against proprietary software. more...
Software Requirements Analysis by Sangeetha Naik 10/16/04
When a Software product has to be developed, one of the first tasks in the Project Manager's schedule book is Requirements Analysis. This article explores the benefits of this exercise in reducing the overall defects and reducing development time. more...
Simplest PHP Site Search-engine Using Unix Grep by Chief Programmabilities 8/23/04
You can build the simplest possible search-engine (with no database) for your site with PHP by simply using Unix's grep command instead of writing a lot of PHP code from scratch. more...
PHP Automated Thumbnails by Gijs van Tulder 4/30/04
The idea is simple, yet powerful: supply an image once; retrieve it in all possible formats, sizes and file types. We will build a PHP script that will automate these actions for us. more...
Requiring form fields in PHP by Steve Adcock 4/29/04
Incorporating requirements in your form can effectively yield your form tamper proof against mischivous users who send blank e-mails. Here is how to create required form fields in your form using PHP. more...