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 |
How do you set the browser timeout?
Does mysql need php?
How to receive a cookie from the browser?
What are encryption functions in php?
Tell me what is the difference between unset() and unlink()?
Which is the correct way to check if a session has already been started ?
Does facebook use php framework?
What is the difference between the include() and require() functions?
In How many ways can u represent Not equal?Give Syntax of all ways..
How to get useful error messages in php?
What is array filter php?
What is mean by an associative array?