CS 85  PHP Programming

Chapter 1  Introduction to PHP - Examples

Note: To view the source code, click the source link, then use View Source.

1-1.php The classic Hello, world! program  source

1-2.php Using phpinfo()  source

1-3-b.php Processing a form  source  Note:  The 1-3.php in the book has a bug. See reader errata on the O'Reilly site.

1-4.php  Querying the Bond database  source Note:  Doesn't work. Need to set up the database.

1-5-b.php  Dynamic buttons  source  Note:  Doesn't work. Gets fatal error: Call to undefined function: imagecreatefrompng(). Probably need to install the GD extension.

1-6.php  Shell-based PHP program to create a button  source  Note:  See book on how to run this script.

Last Modified October 8, 2003