hi friends,
I've come across a word LAMP while searching for some php codes.Can someone kindly tell what does this mean and what type of application can be developed from it. And how to begin learning it(sources which provide complete information).

Recommended Answers

All 2 Replies

Hey.

LAMP is a collection of popular web-sever technologies, which collectively make up the core of a majority of HTTP servers running today.
It typically stands for:

  • Linux
  • Apache
  • MySQL
  • PHP/Perl/Python. (One or more)

See the Wikipedia entry for it.

There is also the Windows equivalent, WAMP, which is the exact same but using Windows as the Operating System.

You can easily set up either of these (and more) using the XAMPP package.

Hello Ali,
Actually I'm new to php working on ubuntu8.10 .I'd gone through the wikipedia and made the requisite installation to my system,that is, mysql....apache2....php5.
Can u help me in learning how to work on the system.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.