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; 3) A "Hello World" example is presented using print(); 4) Syntax guidelines are outlined; 5) If/else conditional statements are covered; 6) Variables are introduced; 7) Forms processing with GET and POST variables is demonstrated; 8) More advanced PHP topics are mentioned to explore further.