Neobux

Thursday, June 12, 2008

Part 4 - Installing PHP

php.gif

4.0 Installing and configuring PHP

  1. Extract the zip file (php-5.2.6-Win32.zip) to [Drive]:\server\php.
  2. Find the files called php.ini-recommended and rename it to php.ini.
  3. Open php.ini with text editor. (I prefer to use Notepad ++)
  4. Find ;extension=php_mysql.dll and delete “;”.
  5. Find ;extension=php_mcrypt.dll and delete “;”.
  6. Find extension_dir = "./" change to extension_dir = "./ext"
  7. Right click My Computer --> Properties --> Advance Tab --> Environment Variable. In system variables select Path and press edit. Add your php folder in the list e.g. E:\server\php. (optional)

.

Note : This guide is only a strip down version (no picture). For a complete guide please download this file. Only for personal webserver.

How to install Apache, MySQL PHP (Windows XP)

No comments:

Post a Comment