how we can use lamp.ie installatiion and basic workings.Is
it similar to wamp in usage?
Answer / 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 |
Explain the difference between urlencode and urldecode?
What is the meaning of a final class and a final method?
How does php isset work?
Explain what are the different errors in php?
What is substr in php?
What is the use of print_r function in php?
Tell me how is it possible to parse a configuration file?
What exactly is validating and sanitizing?
How do you format and output a number with leading zero's?
Is age nominal or ordinal?
What is php compared to html?
What is the difference between get & post ?