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

发布于 2024-10-09 07:41:07 字数 471 浏览 2 评论 0原文

我正在尝试让 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

清欢 2024-10-16 07:41:07

只需下载并安装 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.

峩卟喜欢 2024-10-16 07:41:07

我会使用 WAMP,比 XAMP 干净得多。

I would use WAMP, much more cleaner than XAMP.

紫竹語嫣☆ 2024-10-16 07:41:07

如果您是 Php、apache、mysql 新手...请继续执行以下说明:

  1. 1.首先从

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:

  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

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文