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 software is required for php?
What are getters and setters and why are they important?
Which is a perfect example of runtime polymorphism?
What is a php namespace?
What are some of the advanced features of php?
What is csrf verification?
Tell me how is it possible to propagate a session id?
What type of operation is needed when passing values through a form or an url?
Explain the difference between $var and $$var?
Why echo is faster than print in php?
Why do we use interface in php?
Explain the difference between isset() and empty()?
Where sessions stored in PHP?
What is the use of htmlentities in php?
What is php artisan tinker?