Submit Tutorial   

Rounded corners with CSS (2 methods)
PHP » Basics | June 30, 2008
There are plenty of solutions to having rounded corners in your designs but which is best? This tutorial covers the main methods using CSS, a few images and a little touch of magic.
The very, very PHP Basics
PHP » Basics | July 04, 2008
I’m going to show you the very basics of PHP, you can’t write any script without these. I won’t blabber to much and I’ll show you them.
How Good PHP Code Should Look Like
PHP » Basics | July 03, 2008
Programmers in PHP follow some simple rules, not all of them, but they really should. I’ll first teach you these three rather simple but very important rules, and then tell you why you should follow them. Truly professional coders (who write professional code…) also write like this, and this only shows how important it is.
Everything About Arrays
PHP » Basics | June 26, 2008
A very nice tutorial made by the blogger Thomas Marcelis. This tutorial explains a lot about arrays and their syntax.
If, else and elseif
PHP » Basics | July 04, 2008
Learn about the 3 if, else and elseif functions.
PHP Weather
PHP » Basics | July 04, 2008
Create a weather widget and show your current weather.
How to execute PHP using CRON
PHP » Basics | July 04, 2008
This will allow you to set up a schedule to execute PHP scripts. Works with most shared hosting plans as well.
PHP - The Ultimate Basics
PHP » Basics | July 04, 2008
This tutorial will teach everything you need to get you on your way to learning PHP. You can learn exactly how it works, how data is sent, as well as a detailed explanation of some of the most commonly used functions.
Generating random passwords
PHP » Basics | July 04, 2008
The tutorial will teach us how to generate a random password every time the function is called.
"Header Already Sent" Error
PHP » Basics | July 04, 2008
Learn how to avoid "Header already sent" error and some other common use of Header() function.
Include/SSI
PHP » Basics | July 04, 2008
Learn how to use the include() function using the power of PHP.
Introduction to PHP
PHP » Basics | July 04, 2008
An Introduction to the basics of PHP for a beginnner.
PHP Simple Login Script
PHP » Basics | July 04, 2008
Learn to create a simple login system with php & mysql script, this tutorial easy to follow, teach you step by step.
Introduction to using classes
PHP » Basics | July 04, 2008
This tutorial will teach you what classes are and how to use them effectively in your web application.