Click here to Skip to main content
15,891,204 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How does the WampServer work?
How do the PHP, Wamp and MySQL link with each other and work together as a server?
When we send http to the WampServer from the browser, how does it work actually?

Please explain in detail and as much as you can?

I would be thankful!!
Posted
Updated 8-Nov-11 5:13am
v2

WAMP stands for "Windows Apache MySQL Php". Essentially it setups up Apache, MySQL, and PHP on a Windows box. Apache becomes your web server on that machine (instead of IIS). You can even still run ASP.Net web sites hosted on that machine if you load the correct add-on module.

IMHO, using IIS with PHP enabled is a LOT simpler and less hassle than creating a WAMP server.

Google will provide you with a LOT more info than we could give you here.
 
Share this answer
 
v3
Comments
Sergey Alexandrovich Kryukov 8-Nov-11 11:33am    
Right, a 5. I added just a general idea and a link in my solution.
--SA
Uday P.Singh 8-Nov-11 11:36am    
correct 5+
sanjiv shah 8-Nov-11 13:46pm    
Thank you for the answer.. it became a lot clear to me, i had read like that to but wanted to be sure..
WAMP is not a server in the sense used in software; this is a software package, or bundle, see http://en.wikipedia.org/wiki/WAMP[^].

There is nothing to explain about how it works; the question does not have much sense.

—SA
 
Share this answer
 
Comments
Uday P.Singh 8-Nov-11 11:36am    
Right 5+
Sergey Alexandrovich Kryukov 8-Nov-11 11:41am    
Thank you, Uday.
--SA
Uday P.Singh 8-Nov-11 11:51am    
Please see my answer, little detail is added.
sanjiv shah 8-Nov-11 13:46pm    
the wamp was name as wampserver so i thought it to be server, thank you :)
Sergey Alexandrovich Kryukov 8-Nov-11 14:00pm    
You are welcome.
--SA
Yes , WAMP is not server itself, it is a software package which has Apache,Mysql,PHP bundled in it.
You can run your php application with out using WAMP package, for that you need to install PHP[^],Apache [^]and Mysql [^]separately and integrate it, which can be tedious work sometimes.

This is what WAMP does it gives you everything ready to run your application on windows.

hope it helps :)
 
Share this answer
 
Comments
sanjiv shah 8-Nov-11 13:51pm    
Thank you! got more knowledge about it.. :)
Uday P.Singh 9-Nov-11 1:10am    
you are welcome :)
Sergey Alexandrovich Kryukov 8-Nov-11 14:00pm    
All correct, a 5.
--SA
Uday P.Singh 9-Nov-11 1:11am    
Thank you SA :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900