Yüklemek ve yapılandırmak son xampp, PHP, MySQL, Apache sunucu ve Dreamviewer ile nasıl yapılandırılacağı

0 Cevap php

Ben Apache ile çalışmak üzere php yapmaya çalışıyorum. . i prosedürler için sörf ve nihayet ben aşağıda belirtilen işlem yapmak istedi .. ama herkes ben Windows XP kullanıyorum. lütfen bana yardımcı olabilir ben bunu anlamak mümkün.

# 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

0 Cevap