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 |
List few sensible functions in PHP?
What is the super method?
What are the variables in php?
what is variable scope, which variables are accessible from where and what are "undefined variable" errors?
What is the purpose of a query?
How to set cookies in PHP?
Is php an array?
how to extract month from given date by using string functions?
Php program to generate fibonacci series?
Write a query to find the 2nd highest salary of an employee from the employee table?
Is runtime polymorphism overriding?
What is difference between print_r and echo in php?