What is PHP and Why Should I Care?
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. 5 Hits |
Comments |
Ratings (0)
Using Arrays
Introduction to PHP Arrays. Working with arrays, selecting values from arrays, creating tables using arrays and more! 5 Hits |
Comments |
Ratings (0)
Functions and Variable Scope
This tutorial covers the basics of writing and using your own functions as well as how variable scope works in PHP. 69 Hits |
Comments |
Ratings (0)
An Introduction to Arrays
This is my secont installment to the "Introduction to" series. This will try to give you the basic information you need to begin writing scripts that take advantage of arrays. Happy Hunting. 70 Hits |
Comments |
Ratings (0)
Escaping PHP
Ever wondered how to do complex and abstract or non-PHP functions based on simple PHP parsing? This tutorial will give you a very brief glimpse on how to do that. 80 Hits |
Comments |
Ratings (0)
Including Files in PHP - Beginner Tutorial
This tutorial covers the different constructs used to include files, command line techniques, using the DOCUMENT_ROOT, and saftey / security tips about the inclusion of files. 74 Hits |
Comments |
Ratings (0)