This document provides an introduction to PHP with 8 sections: 1) PHP stands for Hypertext Preprocessor and is a scripting language; 2) PHP can be used on Stanford servers or free web hosts but functionality may be limited; 3) A "Hello World" example is presented using print() to output text; 4) Syntax guidelines are outlined including file saving, comments, and case sensitivity; 5) Conditional statements like if/else are demonstrated; 6) Variables are introduced and basic math operations shown; 7) Forms processing with GET and POST variables is explained; 8) Further PHP topics are mentioned like cookies, games, and data parsing.