An O'Reilly Book Learning PHP, MySQL & JavaScript
By Robin Nixon (O'Reilly 2009, ISBN 978-0596157135)

Home | About | Buy It | Forum | Examples | Errata

Chapter: 1  2  3  4  5  6  7  8  9 10 11 12 13 14 15 16 17 18 19 20 E

Chapter 3: Introduction to PHP

In this chapter, you'll start learning this simple but powerful language. You'll also learn how to embed the PHP in an HTML file so that you can see what the output looks like in a web page.

Example: 1  2  3  4  5  6  7  8  9 10 11 12 13 14 15 16 17 18