how to develop php on apache server

Posted by user238284 on Stack Overflow See other posts from Stack Overflow or by user238284
Published on 2010-12-29T18:32:59Z Indexed on 2010/12/29 21:54 UTC
Read the original article Hit count: 144

Filed under:
|
|
|

I am trying to make php to work with Apache. . i surfed for the procedures and finally i was asked to do the below mentioned operation .. but i am unable to understand it can anyone please help me .I am using Windows XP.

# Add the following 3 lines to your httpd.conf file. You can put them anywhere in the file but maybe it makes sense to put them after the other LoadModule section.
LoadModule php5_module "d:/Program Files/php/php5apache2_2.dll"
AddType application/x-httpd-php .php
PHPIniDir "D:\Program Files\php"

Is there any other link which helps to install PHP,Apache and MySql. Please help me. Thank you in advance

© Stack Overflow or respective owner

Related posts about php

Related posts about mysql