PHP Tutorial (BobFrank)
A basic PHP tutorial for beginners. It includes printing, variables, constants, math, strings, files, functions, arrays, and several other key points of PHP.
PHP > Tutorials
|
PHP/MySQL Tutorial
3 lessons: In the first installment of this three-lesson tutorial, our Kiwi guide covers everything you need to know to begin developing database hubs... Lesson 2 covers more PHP/MySQL goodies than you could probably imagine. Graeme starts by showing while loops, then talks about the ever-useful if-else statement... In Lesson 3, Graeme shows some of the secrets that will turn your simple data-driven site into a useful application. As he covers validation, he'll show how to prevent users from leaving key form fields blank and how to make sure numeric files don't contain letters. He'll also teach you how PHP handles includes and functions.
PHP > Tutorials
|
Simple Introduction To Classes
By the end of this tutorial, you'll have a better understadning of what classes are and what they are good for. Classes can be very powerful when used right and can save you a lot of work (and typing) in the long run.
PHP > Tutorials
|
|