[main] [misc] [graphics] [page design] [site design] [xhtml] [css] [xml] [xsl] [schema] [javascript] [php] [mysql]

HVCC Home
Blackboard HVCC
Blackboard Manual
Faculty Association

php main
1. what is php
2. http basics
* 3. php basics
a. embedding php
b. including php
c. php syntax
d. php data types
e. php variables
4. php expressions
5. php client side
6. php flow control
7. php manual


print version

Note that all external links will open up in a separate window.

This is a stripped down version of these pages for older browsers. These pages are really meant to be viewed in a standards compliant browser.

Directions for surfing with audio.

PHP Basics

These tutorials are about PHP and its use for server-side Web programming.

This tutorial has five (5) sub-sections.

PHP

PHP assumes a very basic knowledge of the HTTP protocol. so if you haven't looked at the HTTP overview yet, you probably should. It is just one link up.

This section looks at the basics of the PHP scripting language. It covers:

  • how to embed PHP in HTML (and other HTTP) documents
  • the basic syntax of the language
  • how variables work in PHP
  • the data types of PHP

Just enough to get you up and running so you have something to play with.

These tutorials do assume you know the basics of Web-based markup languages, so if that phrase means nothing, you are starting in the wrong place and should go look at my XHTML notes.

[top]