Defining your World: All About Constants
I still remember the time I was a PHP beginner, these little constant things were always a source of confusion. I remember attempting to overwrite their values like you do with variables and being presented with an unfriendly error. What on earth could their use be?
Advanced PHP: PHP5's OOP Method Chaining
In this article, I'll be talking about a useful new feature introduced in PHP5 as part of the OOP improvements over PHP4. This feature is called Method Chaining and enables us to do pretty cool things like...
The Wonders of PHP's Magic Function: __toString()
For this article we’ll be looking at the __toString magic function, and a very handy function it is to. What this function does is allow you to change the default behaviour when outputting an object instance.
RSS Parsing with SimpleXML
This tutorial will provide a simple example of one method for parsing an XML document, more specifically, an RSS formatted XML document. This tutorial will use the new Simple XML object added to PHP 5.
Image Editor
With this script. the user can upload his image and select one from multiple frames in order to add it to his image. The script will not play with the size of the original image but instead of that it will resize the frame according to a mathematical relation to fit the original image.
Your Site could be Insecure: The Dangers of the He
The header function may seem relatively straightforward on the surface . You issue the function along with a header as the first argument and it does the rest for you. Many people rely religiously on the header function working to forward users to the next page.
PHP Classes - A Breakdown
What is OOP? How do you use OOP with PHP? What's a class? All these questions an more answered in an detailed tutorials covering PHP and Classes.
Affiliate System Tutorial With Admin Panel
This tutorial is for people with moderate skills. It will show you how to build an affiliates link system with a working admin panel.