wamp打开php
1. 如何在wamp下运行php的文件
1在网上下载wamp集成包,2建立www文件夹把wamp文件包放入www文件夹里面,3运行wamp软件左击启动所有服务,可以了
2. 安装好wamp怎么运行php程序
用记事本打开C:\WINDOWS\system32\drivers\hosts
# Copyright (c) 1993-1999 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an indivial line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on indivial
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host
#加上下面这条
127.0.0.1 localhost
如果还是不行,试试http://localhost/
这样访问一下
3. 怎样使用WAMP打开PHP文档
右击php文档-打开方式-选择wamp,假如列表里没有就点“浏览”找到wamp
4. 使用wamp打开php时,总是这样的提示,怎么解决
不要自己输入地址,wamp server点击左键,有个localhost 点击它会帮你打开的,而且你打开的文件必须在WWW目录下才行。
5. 如何用wamp浏览php网页
左键在那个图标上单击,选择localhost那项即可。
也可以在地址栏输入http://127.0.0.1或http://localhost回车即可。