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
How to merge values of two arrays into a single array?
How to create a table using php?
What are the different types of php variables?
What is a composer?
Do you know how can we check the value of a given variable is a number?
What is str_replace()?
How to make horizonatl menu and vertical menu responsive
How do you define a constant?
What is phpsessid?
Can you explain, when to use if-else if-else over switch statements?
What are the advantages of triggers?
What is the difference between client-side and server-side programming?
What is the function mysql_pconnect() usefull for?
What is active record in php?
Explain how is it possible to cast types in php?