Random password generation
Editor's Pick in PHP Tutorials, June 2007
Web programmers will enjoy this article. It is a quick and effective way to create Random Password Generation - needed for security and anti-spam measures. The author provides concise lines of code, screenshots and simply read texts.
Type : PHP Tutorials
Level : All levels
Added : Jul 20, 2007
Image slideshow
Editor's Pick in PHP Tutorials, June 2007
Who needs an Image Slideshow? You will when you see how easy it is to make and how great it looks. The author gives you code for every step so that you can set it easily into your PHP for the website design.
Type : PHP Tutorials
Level : Experienced
Added : Jul 09, 2007
Intro To Object: Option Variables
Now that we have our first simple class (which we build in Intro To Object: Building Your First Class) we're going to modify it a bit.
Type : PHP Tutorials
Level : Beginner
Added : Jul 06, 2007
Intro To Object: Creating Your First Class
You have havent done so yet, I strongly recommend you first read my Intro To Object before starting this tutorial.
Type : PHP Tutorials
Level : Beginner
Added : Jul 05, 2007
Intro To Object Oriented
One thing you dont see too much, is tutorials on object oriented php. Now some may be familiar with object from Java and C++, and then on the other hand, many of you may have no clue what object is. For this tutorial, you need to be pretty fluent in php.
Type : PHP Tutorials
Level : Beginner
Added : Jul 03, 2007
Alternating Row Colors
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. First the full files (ill break it up into two files, one using mysql, and one using an array)
Type : PHP Tutorials
Level : Experienced
Added : Jun 27, 2007
Custom Greeting
In the last tutorial we learned how to display the time using php. 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.
Type : PHP Tutorials
Level : Beginner
Added : Jun 19, 2007
Time and Date using PHP
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.
Type : PHP Tutorials
Level : Beginner
Added : Jun 07, 2007
Object Orient Programming: Image Class
Editor's Pick in PHP Tutorials, June 2007
This tutorial is a Web Programming in PHP article on Object Orient Programming: Image Class. The author says, "I share the code I use for my image class." Four functions: Upload, Resize, Get a file extenstion, Resize on the fly.
Type : PHP Tutorials
Level : Beginner
Added : Jun 06, 2007
PHP Links
Ever wonder how to make navigation where you stay on the index page, but the content changes? I'm sure you have seen the URL of pages like this, they often look similar to this: index.php?content=Home.
Type : PHP Tutorials
Level : All levels
Added : Jun 04, 2007

