Advertisment
One of the first things most people want to know about PHP is what the initials stand for. Then they wish they had never asked. Officially, PHP...
Learn how to use the most common iteration/looping functions in PHP
In this tutorial we will learn how to make a striped comments system for your site.. It's simple but very tricky and useful!
Discusses PHP logical statements in more depth. Suitable for beginners.
Discusses the basics of PHP logical statments such as IF/ELSE.
Learn how global variables work and when to use them.
The quick and dirty guide to php goes over Echo and Basic Operators in a really fun manner.
Looking over the pros and cons that PHP and MySQL have to offer.
Want to learn php? Don't know where to start? This tutorial is for you!
Okay there are different ways to retrieve data from MySql databases here are a few ways and uses.
Learn the basic's of PHP, how to start and what you need
In this article I will show you how to use PHP regular expressions in your own PHP scripts.
How to use array_multisort to sort tables by column.
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...
This tutorial goes over the string and integers variables in PHP.
An in depth look into PHP for Beginners, explaining the syntax, the reasons for Dynamic websites and other things PHP
This tutorial goes through different variables, how they work, and how to use them.
This tutorial goes through making a php file and how to generate html, it's simple and easy to use.
This tutorial goes through what a function is, premade functions, and how to make your own functions.