how we can use lamp.ie installatiion and basic workings.Is
it similar to wamp in usage?
Answer Posted / amit thatey
Lamp stands for Linux Apache Mysql Php . Using lamp means to
use the linux operating system , Apache as the webserver and
the Mysql for the database and Php as scripting language.
All these are open source technologies. Yes it is similar to
wamp. The wamp is a server package with already have all the
elements for webdevelopment through php and mysql.
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What is the name of scripting engine in php?
Tell me how is the ternary conditional operator used in php?
Write a program to find the factorial of a number in php?
What are the 5 types of data?
What are majic methords in php?
What is the use of "ksort" in php?
What is print_r?
How long is session timeout?
what is PDO?
What is empty php?
How can we submit from without a submit button?
Is null check in php?
How to get the http request in php?
What is the use of mysql_real_escape_string() function?
What are the benefits of using php?