Advertisment
Cloning an object is quite different than it was in PHP4. In PHP4 you simply assigned the object to a new object and it would clone it verbatim....
Views: 594 | | by Marry
PHP - OOP
A Brief Introduction about Session and an example to understand it.
A guide on how to comment your PHP scripts correctly.
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...
Views: 565 | | by Stephen
PHP - OOP
In this short article I will introduce you to the PHP Command Line Interface (or CLI for short). PHP CLI allows you to run PHP scripts directly...
A detailed guide on how to create a simple login system for your website.
Object Oriented Features New to PHP 5......a useful tutorial.
Views: 604 | | by Source
PHP - OOP
This tutorial will provide a simple example of one method for parsing an XML document, more specifically, an RSS formatted XML document. This...
Views: 652 | | by Tutorial
PHP - XML and PHP
How to create a random numbers script in PHP, a well detailed tutorial.
Using Dreamweavers built-in dynamic application tools I will show you how to use them to create a restricted area for your site that users have to...
function to generate random deferent pattern like letters and combination of letters and numbers using PHP
This tutorial was written to introduce you to PHP, it assumes you know nothing about programming at all, starts with the very basics and slowly...
I must admit that I was going to write you a simple timezone script and then tell you how easy it was. However, I came across some handy timezone_*...
This tutorial explains how to install Apache Web Server on Windows Vista.
Ever wanted to become adept in PHP's GD library? This article will show you how to create a bar chart using the PHP GD library.
Create a category system that allows for unlimited number of categories. Keep everything dynamic and easy to use.
This article will be introducing a couple of nifty tricks that I've seen scattered around the Internet. One of which is how to detect for the...
Learn how to create and use functions correctly in PHP.
This tutorial will sho you how to write a script responsible for uploading images to web server. And create images album from the uploaded...
Although there isn't an explicit MySQL data type for arrays or list data, you can store PHP arrays as strings within a MySQL database using...