
Feature your own tutorial here! Find out more.
Web Crawler / Scraper
Submitted by Vision Media » Create a web crawler / spider / scraper in under 5 minutes with PHP OO features! infinitely extendable and a great start.
Abstract classes in PHP
Submitted by Combined Minds » An abstract class is always a parent class that serves as a sort of blueprint for the subclasses it might hold. This advanced PHP OOP subject will be explained in this tutorial.
Encapsulation in PHP
Submitted by Combined Minds » You might wonder, what the heck is Encapsulation? Well you must have seen classes with Private and Public stuff right?
Must read for advanced PHP programmers.
Fluent Arrays and Strings in PHP
Submitted by ProDevTips » An example of how to create a fluent array and string library in PHP.
Writing a Community with the Zend Framework and Smarty template engine
Submitted by ProDevTips » The first part in a long series describing how to use the PHP Zend Framework and the PHP Smarty templating engine to create a combined CMS and Community where people will have their own blogs and photo galleries. At the end of the series there is a download link to the source code.
PHP Classes
Submitted by Nystic » With the introduction of PHP4, PHP introduced classes, a type of programming subdivision typically only seen in desktop languages. PHP5 expanded upon this implementation, creating what many consider to be a nearly full object orientation implementation. This tutorial will focus on only the basic realm of classes, which is compatible with both PHP4 and PHP5, unless otherwise noted. Note that you need a decent understanding of PHP to read this :D (including the understanding of how functions work)
how many visitors online
Submitted by ineedtutorials.com » Ever wonderd how to display how many visitors you have online. In this tutorial i will show you an easy but effective way to display the amount of online visitor’s.
Advanced image gallery using MySQL and URL rewriting
Submitted by CrazyPuh » A PHP image gallery script using MySQl and Apache URL rewriting. Images can be uploaded from remote location and the users computer.
Object Orientated: Creating an Advanced Pagination Class
Submitted by Adam » This class will display the results of any MySQL table including all the fields and rows. It will work out how many fields there are and display the results accordingly.
Part 2: Giving our Currency Conversion Script some Responsibility
Submitted by Adam » Since the first article I submitted to Digg was voted onto the front page a couple of days ago, we're going to add onto the script and make it update the conversion rates from a website that keeps track of them all. This is quite a jump from the first tutorial and so buckle your seatbelt, Dorothy, 'cause Kansas... OK, 'nuff of the Matrix quotes. Let's begin...


