简体   繁体   English

如何安装和配置最新的xampp,php,Mysql,apache服务器,并使用dreamviewer对其进行配置

[英]how to install and configure latest xampp, php, Mysql, apache server, and configure it with dreamviewer

I am trying to make php to work with Apache. 我正在尝试使PHP与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. 我冲浪了程序,最后我被要求做以下提到的操作..但是我不明白,有人可以帮助我。我使用的是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. 是否有其他链接可以帮助安装PHP,Apache和MySql。 Please help me. 请帮我。 Thank you in advance 先感谢您

Simply download and install XAMPP . 只需下载并安装XAMPP即可

Alternatively, WAMP, LAMP or MAMP can be installed as well. 另外,也可以安装WAMP,LAMP或MAMP。

They are packages that include Apache, PHP and other extensions that work on your OS platform. 它们是包含Apache,PHP和可在您的OS平台上运行的其他扩展的软件包。 Minimal configuration is required for the package to work. 需要最低配置才能使程序包正常工作。

我会使用WAMP,它比XAMP更清洁。

If you are new to Php,apache,mysql... Plz go on with the following instruction: 如果您不熟悉Php,apache,mysql ... Plz,请继续执行以下说明:

  1. 1.First install xampp software from http://www.apachefriends.org/en/xampp-windows.html this tool wil help u to join php,mysql,apache server.-i installed in it E:\\New Folder\\xampp 1.首先从http://www.apachefriends.org/en/xampp-windows.html安装xampp软件,此工具将帮助您加入php,mysql,apache服务器。-我安装在其中的E:\\ New Folder \\ xampp

2.install latest php to E:\\New Folder\\xampp\\php(this folder wil be ther already). 2.将最新的php安装到E:\\ New Folder \\ xampp \\ php(此文件夹已经存在)。 enter code here 在这里输入代码

3.then install latest MySql to E:\\New Folder\\xampp\\Mysql enter code here 3.然后将最新的MySql安装到E:\\ New Folder \\ xampp \\ Mysql在此处输入代码

4.install SQLyog too if u want to have a mysql ide enter code here 4.如果您想拥有mysql ide也请安装SQLyog

5.Install Dreamviewer to have a WYSIWYG type ide.. Else use this link 5.安装Dreamviewer以具有WYSIWYG类型的ide。
http://free-php-editor.com/top_php_editors.php to know best php editors http://free-php-editor.com/top_php_editors.php了解最佳php编辑器

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM