answersLogoWhite

0

Are lamp and php the same?

User Avatar

Anonymous

10y ago
Updated: 11/10/2020

Not exactly. LAMP is an acronym for a common server software bundle/model. It stands for

  • Linux
  • Apache
  • MySQL
  • PHP
This 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.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

What is lamp in php?

LAMP stands for Linux-Apache-MySQL-PHP. In simpler terms it contains everything to build a php application on a linux platform.


How i can begin php in Linux?

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


What is the name of php server?

I know a couple: WAMP/LAMP/XAMP


How do you run a PHP file?

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


How would you explain about the LAMP software?

LAMP (LINUX-APACHE-MYSQL-PHP) is a solution stack of Software to run Dynamic Websites or Servers. HTTP://openwavecomp.com.sg


Is PHP runable in Linux?

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


How do you run php?

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


How do you put HTML in PHP?

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>"; ?>


Can you run PHP 3 and 4 on the same server?

Yes, you can, provided that you run PHP as CGI.


Why is php runable on Linux?

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


Can you open php file in your PC?

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.


What is lamp of programming language of student?

I dont get your question but Lamp isL: Linux (operating system)A: Apache (web server)M: Mysql (database)P: Php/Python/Perl (language)