0
Anonymous
Not exactly. LAMP is an acronym for a common server software bundle/model. It stands for
Take a look at this diagram to help you better understand the LAMP model.
Wiki User
Chat with our AI personalities
LAMP stands for Linux-Apache-MySQL-PHP. In simpler terms it contains everything to build a php application on a linux platform.
PHP on windows runs using the WAMP Server while on Linux it runs using the LAMP Server. Try getting a LAMP Server from a search engine
I know a couple: WAMP/LAMP/XAMP
you need to be running a lamp / wamp server on your machine... point the browser to the file and it wll run. you can also use command line to run php scrips when you have lamp/wamp installed
LAMP (LINUX-APACHE-MYSQL-PHP) is a solution stack of Software to run Dynamic Websites or Servers. HTTP://openwavecomp.com.sg
PHP can run on any major operating system just like java as long as you have an interpreter. Try installing a LAMP (Linux, Apache, MySQL, PHP) server & you should be able to run php on your pc/server. There are some IDE's which would allow php development on linux os
Easiest way would be to download a full package preferably xampp, wamp for windows, lampp or lamp for linux and mamp for macintosh. Then run php through localhost
Its done exactly the same as when you put it in an HTML file. There are 2 ways you can do it: <html> <?php // php stuff ?> </html> Or you can do it like this: <?php echo "<html>"; // php stuff echo "</html>"; ?>
Yes, you can, provided that you run PHP as CGI.
PHP is a technology in itself and like JAVA it is open source and platform independent. It has got its own interpreter. So as long as you have a LAMP server you need not worry about the os system
Since a PHP file basically is a text file, yes. But beware - opening and running a PHP file are not the same. If you want to run a PHP file, you will need a webserver with PHP module enabled.
I dont get your question but Lamp isL: Linux (operating system)A: Apache (web server)M: Mysql (database)P: Php/Python/Perl (language)