This is a free in-depth PHP tutorial for those who want to or are currently learning the language. The tutorial has code examples and explains everything in detail. You can learn how to use forms with PHP or even use loops.
FreewareVersion: 1
Platform: Linux
Updated Date: 5 Oct, 2007
Any code when written in a clean, easy to understand and formatted way is readily accepted and acclaimed by one and all. It is essential that the codes we write should be able to be understood by all, because the same programmers need not necessarily work on the same set of codes always.
FreewareVersion: 1
Platform: Windows
Updated Date: 28 May, 2009
Refactoring is changing of complex and complicated programming codes into simple and confusion-less ones, thereby restructuring the complete set of codes into easily readable formats, without any change in the output or functionality.Refactoring does not include fixing of glitches or including of ne... Read more
FreewareVersion: 0
Platform: Windows
Updated Date: 28 May, 2009
With many software frameworks available online nowadays, with many pros and cons on their side, it has become very important to check out complete details of these frameworks before applying them. Amongst the various kinds of software frameworks, the PHP Framework is more popular nowadays.
FreewareVersion: 0
Platform: Windows
Updated Date: 29 May, 2009
Getting a basic familiarity with PHP is not difficult, but if you don’t understand a few key elements you will find it difficult to work with. This beginning PHP tutorial attempts to break down a few of the core PHP programming elements through simple examples and descriptions.
FreewareVersion: 1
Platform: Linux, Windows, Mac OSX, Sun Solaris, FreeBSD
Updated Date: 24 Mar, 2010
This tutorial teaches you step by step how to write a user management system. Steps 1 - 12 are for building the
admin options, steps 13 - 19 are for user options.
FreewareVersion: 1
Platform: Linux, Windows, Mac OSX, Sun Solaris, FreeBSD
Updated Date: 17 Jul, 2010
This tutorial teaches you step by step how to write an anti-spam image captcha in only four steps. This anti-spam image captcha prevents bots to submit your form. It uses images of animals, if you want to use other images, you can change them in the folder captcha. It uses PHP sessions.... Read more
FreewareVersion: 1
Platform: Linux, Windows, Mac OSX, Sun Solaris, FreeBSD
Updated Date: 17 Jul, 2010
This tutorial teaches you step by step how to write a rating system script using 5 stars. This 5 Stars Rating System script let's you vote simply by clicking on the stars. You can only vote once per ip-address. This script is written very simply, with clear comments and only one file long.... Read more
FreewareVersion: 1
Platform: Linux, Windows, Mac OSX, Sun Solaris, FreeBSD
Updated Date: 17 Jul, 2010
This tutorial teaches you step by step how to write a download counter. This download counter uses MySQL to store the download times. Everytime you click on a download link, it uses the PHP GET method to insert into the database and then the download will pop up for the user to download.... Read more
FreewareVersion: 1
Platform: Linux, Windows, Mac OSX, Sun Solaris, FreeBSD
Updated Date: 17 Jul, 2010