I want to do php installation and for that there is need for wampserver and for wampserver there is need for IP address..and i am not able to find that..plzzzzzzz zzzzzzzzz help mee..
wampserver installation(IP address)
Collapse
X
-
Tags: None
-
What you say is incorrect.
WAMP is short for: Windows, Apache, MySQL, PHP
so, after you install WAMP you will have:
1) Apache - the webserver
2) MySQL - the database
3) PHP - to do some programming...
A default install of WAMP will find your ip-address.
Or will use 127.0.0.1 (which is also known as 'localhost')
Comment