如何安装和配置最新的xampp、php、Mysql、apache服务器,并使用dreamviewer进行配置
我正在尝试让 php 与 Apache 一起工作。 。我浏览了程序,最后我被要求执行下面提到的操作..但我无法理解它,任何人都可以帮助我。我使用的是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"
是否有任何其他链接可以帮助安装 PHP、Apache 和 MySql。 请帮我。 先感谢您
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
...我会投票给 XAMPP
http://www.apachefriends.org/en/xampp。 html
... I'd vote for XAMPP
http://www.apachefriends.org/en/xampp.html
只需下载并安装 XAMPP。
或者,也可以安装 WAMP、LAMP 或 MAMP。
它们是包含 Apache、PHP 和可在您的操作系统平台上运行的其他扩展的软件包。该包需要最少的配置才能工作。
Simply download and install XAMPP.
Alternatively, WAMP, LAMP or MAMP can be installed as well.
They are packages that include Apache, PHP and other extensions that work on your OS platform. Minimal configuration is required for the package to work.
我会使用 WAMP,比 XAMP 干净得多。
I would use WAMP, much more cleaner than XAMP.
如果您是 Php、apache、mysql 新手...请继续执行以下说明:
2.安装最新的php到E:\NewFolder\xampp\php(这个文件夹将是
已经有了)。
在这里输入代码
3.然后安装最新的MySql到E:\New Folder\xampp\Mysql
在这里输入代码
4.如果你想有一个 mysql ide,也安装 SQLyog
在此处输入代码
5.安装 Dreamviewer 以获得所见即所得类型的 IDE。.否则请使用此链接
http://free-php-editor.com/top_php_editors.php
了解最好的 php 编辑器
If you are new to Php,apache,mysql... Plz go on with the following instruction:
this tool wil help u to join php,mysql,apache server.-i installed
in it E:\New Folder\xampp
2.install latest php to E:\New Folder\xampp\php(this folder wil be
ther already).
enter code here
3.then install latest MySql to E:\New Folder\xampp\Mysql
enter code here
4.install SQLyog too if u want to have a mysql ide
enter code here
5.Install Dreamviewer to have a WYSIWYG type ide.. Else use this link
http://free-php-editor.com/top_php_editors.php
to know best php editors