在mamp上运行php

发布于 2024-08-22 03:02:02 字数 1432 浏览 4 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(4

零崎曲识 2024-08-29 03:02:02

/Applications/MAMP/htdocs/hello.php

然后会出现在 http://localhost:8888/hello.php

:)

/Applications/MAMP/htdocs/hello.php

Will then appear in http://localhost:8888/hello.php

:)

洋洋洒洒 2024-08-29 03:02:02

如果您所做的一切正确,请打开浏览器并输入以下内容:

http://localhost

查看它是否成功打开,然后您就可以打开您的网站了。

另请查看 mamp 的文档,了解如何配置它并运行 php 脚本。

If you have done everything right, open your browser and type this:

http://localhost

to see if it opens successfully and then you can open your sites.

Also check out the mamp's documentation on how to configure it and run php scripts.

猫烠⑼条掵仅有一顆心 2024-08-29 03:02:02

将 PHP 文件放入 MAMP 中的 HTDOCs 文件夹中,例如,我们将其命名为 hello_world.php,现在您可以通过以下方式运行它:

http://localhost/hello_world.php

Drop the PHP file into the HTDOCs folder in MAMP, for example let's call it hello_world.php and now you can run it by going to:

http://localhost/hello_world.php

季末如歌 2024-08-29 03:02:02

根据 MA​​MP 的端口设置(首选项 -> 端口),您必须调用 http://localhost:8888/filename.php (MAMP 端口)或 http://localhost/ filename.php(默认端口)。文件“filename.php”必须位于此文件夹中:/Applications/MAMP/htdocs/

Depending on the port settings of MAMP (Preferences -> Ports) you have to call http://localhost:8888/filename.php (MAMP ports) or http://localhost/filename.php (default ports). The file "filename.php" have to be located in this folder: /Applications/MAMP/htdocs/

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