Previous Section  < Day Day Up >  Next Section

A.6 Appendix Summary

This appendix covers:

  • Using PHP with a web-hosting provider.

  • Installing the PHP interpreter on Windows, Linux, or OS X.

  • Installing PEAR.

  • Installing Apache on Windows, Linux, or OS X.

  • Installing MySQL on Windows, Linux, or OS X.

  • Using phpinfo( ) to see the PHP interpreter's configuration.

  • Understanding the structure of the php.ini configuration file.

  • Configuring the PHP interpreter in the httpd.conf configuration file.

  • Reading and writing configuration directive values with ini_get( ) and ini_set( ).

  • Using common configuration directives.

    Previous Section  < Day Day Up >  Next Section