What are the reasons for selecting lamp (linux, apache,
mysql, PHP) instead of combination of other software
programmes, servers and operating systems?
Answers were Sorted based on User's Feedback
Answer / vijaya
All of those are open source resource and costs nothing.
Security of Linux is very more than windows. Apache is a
better server that IIS both in functionality and security.
MySQL is world most popular open source database. PHP is
more faster that asp or any other scripting languag.
Is This Answer Correct ? | 29 Yes | 1 No |
Answer / anuj maheshwari
lamp for linux purpose.. and wamp for windows purpose.. and
php, mysql, apache these all are open source.
Is This Answer Correct ? | 7 Yes | 2 No |
Answer / phani
php, mysql, apache these all are open source and PHP is
very faster scripting languag. MySQL is most popular open
source database.
Is This Answer Correct ? | 2 Yes | 0 No |
What is the use of the function 'imagetypes()'?
when we submit any string in single inverted comma('abc') with get or post method,we will get exact string with single inverted comma('abc')by using $_REQUEST[]. But it is giving (\'abc\'). so anybody please help me to remove that slash,therefore i will get exact string...
How to get ip address of a server in php?
Tell me how is it possible to parse a configuration file?
What is difference between include and include_once in php?
What is phpsessid?
What is cookie and why do we use it?
How long do php sessions last?
What does the expression exception::__tostring means?
What is global variable php?
Write logic to print Floyd's triangle in PHP?
What are different ways to redirect from on page to other?