 | Introduction to Sessions |
| Learn the fundamentals of session variables, and some popular uses for them. Also, touches upon random password generation. |
| PHP Tutorials > Introduction to PHP |
| |
 | PHP.INI Setup!! |
|
| PHP Tutorials > Introduction to PHP |
| |
 | My First PHP Script |
| In this tutorial you will learn to make a very basic php script. It will show you what is needed and some tips for beginners. |
| PHP Tutorials > Introduction to PHP |
| |
 | PHP from the Ground Up |
| This is an introductory tutorial for those who understand HTML but don't know much about PHP. It covers the basic concepts such as variables, form processing, arrays, if, loops, comparison and logical operators, functions, etc. |
| PHP Tutorials > Introduction to PHP |
| |
 | Intro to PHP |
|
| PHP Tutorials > Introduction to PHP |
| |
 | Escaping PHP Properly |
| Proper Coding Techniques for PHP |
| PHP Tutorials > Introduction to PHP |
| |
 | Server Side Includes |
| Server side includes are frequently used to give your entire site the same look and feel, as well as allowing you to produce more modular code. Join Peter as he explains this, and shows you how! |
| PHP Tutorials > Introduction to PHP |
| |
 | Bens PHP Tutorial |
| A set of online tutorials on PHP development. Topics include: History, Installation, Variables, Math, Control Structures, Objects and Classes, Functions, Arrays, I/O file access, PHP / MySQL database, Forms and regular expressions. Each subsection include |
| PHP Tutorials > Introduction to PHP |
| |
 | PHP Lesson 1 - First PHP Script |
| If you are new to PHP, this is for you. Here you will learn how to create and run a PHP web page for the first time. |
| PHP Tutorials > Introduction to PHP |
| |
 | Include Function |
| This tutorial introduces you to the include function and has a very simple and practicle application to help you make managing your site easier. |
| PHP Tutorials > Introduction to PHP |
| |
 | Intro to PHP |
|
| PHP Tutorials > Introduction to PHP |
| |
 | Non-technical Introduction to PHP |
| A simple tutorial that introduces one to the idea of php and dynamic content. Assumes no programing knowledge. |
| PHP Tutorials > Introduction to PHP |
| |
 | Here document output style |
| PHP also has the Here Document output style. It allows you to embed text data in your scipt. |
| PHP Tutorials > Introduction to PHP |
| |
 | PHP Syntax Demo |
| The PHP language uses a syntax very similar to the C language. This page introduces the PHP language syntax and constructs along with some simple PHP examples. |
| PHP Tutorials > Introduction to PHP |
| |
 | PHP 101 (Part 2) - Shakespeares Rose |
| This is the second part of the PHP 101 article. The second article in this series takes a look at PHPs form-processing capabilities, and introduces you to the comparison and logical operators and the "if-else" and "switch" family of conditional statement. |
| PHP Tutorials > Introduction to PHP |
| |
 | Introductory Tutorial |
| This is a short introductory tutorial on PHP by the official PHP Web site. Explains what it is, what it looks like, what it can be used for. Also includes external links to other useful PHP-related sites. |
| PHP Tutorials > Introduction to PHP |
| |
 | Comments Basics |
| Learn the basics of using comments in PHP |
| PHP Tutorials > Introduction to PHP |
| |
 | Bloo Grape |
| Learn PHP from basics, to advanced tutorials, some script for download! Email at hand incase you need that extra help! |
| PHP Tutorials > Introduction to PHP |
| |
 | How To Learn PHP |
| There are a lot of tutorials out there that tell you about some basic PHP stuff; however, none of them tell you how to take it to the next level. In this tutorial I explain how you can learn PHP quickly. |
| PHP Tutorials > Introduction to PHP |
| |
 | Redirecting Users |
| Ever wanted to redirect users using PHP? Using HTTP headers? Conditionally? Peter explains all this and more, in order to help improve your site and coding. |
| PHP Tutorials > Introduction to PHP |
| |