Datasheet

Figure 1-1
Configuring Your PHP Installation
Once PHP has been installed on your computer, you can customize it to fit your needs. Although some
of the configuration settings deal with how the information is shown through the browser, a great many
of the settings relate to how the server handles errors and how those errors are displayed to you and
your users. You will also be able to have some control over how PHP interacts with MySQL.
Testing Your Installation
To ensure that both PHP and Apache have been installed together, write another test program. Open
Notepad and type the following program:
<HTML>
<HEAD>
<TITLE>PHP Testing</TITLE>
</HEAD>
<BODY>
13
Configuring Your Installation
04_579665 ch01.qxd 12/30/04 8:09 PM Page 13