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
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
I dont get your question but Lamp isL: Linux (operating system)A: Apache (web server)M: Mysql (database)P: Php/Python/Perl (language)
Ideal thing to do would be to delete all your installation & install a single WAMP/LAMP server. It combines all the features necessary to run php including windows/linux, apache, mysql & php
The principle of WAMP/LAMP server is that MySQL, Apache and PHP are staked in a neat package easy to install. However, it is easy to install only the components you need separately.
Not exactly. LAMP is an acronym for a common server software bundle/model. It stands forLinuxApacheMySQLPHPThis is the standard layout, but can be interchangable with other options. Linux Kernel (AppArmor, SELinux, Smack, TOMOYO etc.)Web Server (Apache, Nginx, Cherokee, Lighttpd etc.)CGI Scripting (PHP, Perl, Python)Database (MySQL, MariaDB)Take a look at this diagram to help you better understand the LAMP model.
There isn't a server available like WAMP, LAMP or XAMPP for Android tablets so it would be difficult to code php, probably not possible unless ofcourse someone has come up with a way round it.