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 difference between $argv and $argc? Give example?
What are the different ways we can retrive the mysql results using php ? Explain each
What is the maximum size of a database in mysql?
Is c similar to php?
What is difference between print and echo in php?
Explain Booleans in PHP?
What is cookie and why do we use it?
What is the interface in php?
Tell me what is htaccess? Why do we use this and where?
Give any ten basic functions in PHP?
Explain about looping in PHP?
I am writing an application in php that outputs a printable version of driving directions. It contains some long sentences, and I am a neat freak, and would like to make sure that no line exceeds 50 characters. How do I accomplish that with php?