![]() | June 12, 2002, 10:01:53 pm | |
<--Previous | Next --> |
What is it? |
PHP - Server side scripting language. Very similar to 'C' in syntax but can be OO and doesn't require the user to worry about memory management, also no pointers! |
How Do I Install It? |
Two ways to use it, within apache (mod_php) or at the
comment line (php file.php)
Under RPM based systems (RedHat, SuSE etc...) install the mod_php and/or php RPMs. For Debian apt-get install mod_php php. OR...get the source: http://www.php.net/downloads.php |
Checking It's Running |
Several Ways:
|