Controlling PHP
(Page 1 of 6 )
This tutorial tours the many ways in which PHP's behavior can be controlled.
Control-freaks rejoice! There are several ways to fine-tune the behavior of your PHP installation: through php.ini, httpd.conf, from within your script and even in the Window's Registry!
In this tutorial I'll briefly tour some ways in which PHP's configuration options can be set. Note that not all options can be set by each method. For more information on which options can be set where, read the PHP documentation.
Next: php.ini >>
More Miscellaneous Articles
More By bluephoenix