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回車即可。