PHP
From Mac Guides
PHP is a server-side scripting language (or command line scripting language) compatible with the Apache webserver which ships with Mac OS X. Files opened through the webserver, which end in PHP, will be executed with the PHP scripting engine.
Contents |
[edit]
Resources
- php.net - the ultimate source of PHP information and documentation
- phpbuilder.com - a developer community
- pre-compiled binaries
[edit]
Editors and Development Tools
[edit]
Installation
Tiger comes with Apache v1.3 and PHP v4.3.11, but requires configuration.
Pre-compiled installer packages and installation instructions for various versions of PHP may be found here. This is the easiest, and quickest, way to upgrade PHP.
[edit]
Guides
- Working with PHP and MySQL - configuring PHP with Apache
[edit]

