Question:
Why use wamp server when i can test my page simply by opening it in web browser?
Dejo Pelicic
2013-10-26 10:45:27 UTC
Why use wamp server when i can test my page simply by opening it in web browser?
Three answers:
anonymous
2013-10-26 10:56:43 UTC
for running mysql data base and php language







lol
anonymous
2013-10-26 17:52:56 UTC
PHP and other CGI languages will only work if running from a web server. You can run a few php lines here and there locally, but if you want to actually see what browsers will see, then you need to have a server running. Otherwise you'll never know if mod_php or node.js or whatever is working right.



Besides that, LAMP is good to know (and WAMP is close enough) because you might think you're only interested in web design now, but the more you know, the more you realize you really should know. And knowing the whole stack is much better than just know some HTML, CSS, and a scripting language.
Franco
2013-10-26 17:51:40 UTC
Hello



Try to test a php, and MySQL website with your web browser. Try to test a php coded web page with your web browser.



Just to make things more interesting, try to do these tests without using wamp.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...