http://www.vectorials.com
http://www.markuptutorials.com
http://www.3dlessons.com
http://www.tutorialkit.com
http://webdesign.org
http://www.flashperfection.com

Tutorials by phan

You can find here all the 9 tutorials by phan. The author's home page URL is http://www.stilisticdev.net.
Sort byTutorials Per Page
First thing we need to do is create two files. One that will contain our class, name this one func_math.php.
October 20, 2006 Today Views: 1 Total Views: 549

Intro To Object Oriented

Author: phan  Rating:
For this tutorial, you need to be pretty fluent in php. Object can be very complex and very confusing, so have a good understanding of php is a must.
October 18, 2006 Today Views: 2 Total Views: 519

Alternating Row Colors

Author: phan  Rating:
Theres two different ways this can be done. The first is by getting results from a mysql query, the second is going through the values of an array. I'll go over both.
October 17, 2006 Today Views: 1 Total Views: 563

Custom Greeting

Author: phan  Rating:
Now this is cool and all but lets get even cooler and learn how to put that time to work and display custom greeting depending on the time of day.
October 16, 2006 Today Views: 2 Total Views: 527

Time and Date using PHP

Author: phan  Rating:
In this tutorial we will learn how to display the day and/or time by using php. It's a very easy thing to do using php (theres only one line of code, thats right, only one!) so, lets get started.
October 10, 2006 Today Views: 1 Total Views: 535

PHP Links

Author: phan  Rating:
Ever wonder how to make navigation where you stay on the index page, but the content changes?
October 4, 2006 Today Views: 2 Total Views: 696
In Part four of the Object Oriented tutorial, I share the code I use for my image class. In this class there are 4 function.
October 2, 2006 Today Views: 1 Total Views: 461

Image Slideshow

Author: phan  Rating:
This is an updated version of the old slide show tutorial. Lets start off with the two files used for this.
September 29, 2006 Today Views: 1 Total Views: 654
We're going to make it where we can do different code based on the variables passed to the function. Again I'll reffer to my db class as an example.
June 28, 2006 Today Views: 1 Total Views: 593