Why is PHP-MySQL frequently used for web (Portal) Development?
Answers were Sorted based on User's Feedback
Answer / sudheer
its opensource and very faster than java/.net/jsp
| Is This Answer Correct ? | 11 Yes | 2 No |
Answer / abirami
Its a open source scrippting language. Because PHP is one
of the easiest language and MYSQL is free and easy to
manage. so people use them together.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / sanjeev kumar
The Best Answer Is:- PHP has an inbuilt Library(collection
of function and method) of MYSQL so that we don't need to
include or imports any other library when we are going to
develop PHP web page with mysql. This is only one reason to
use PHP with MYsql frequently.
Any one can ask me any types of question in (PHP,MYSQL,Excel)
skdeveloper0@gmail.com
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / koushik
Its both are open source,lightweight.That s why user
frequently select its for there website.
| Is This Answer Correct ? | 1 Yes | 1 No |
Is there any function to find repeated value in an array? What is w2 standard
What is php pathinfo?
How to include variables in double-quoted strings in php?
What is the maximum size of a table in mysql?
Explain me what is x+ mode in fopen() used for?
How do functions work?
What is register_globals in php?
6 Answers Castling IT, HCL, Intel Soft Solutions, Millennium,
Describe the importance of DABA BASE ABSTRACTION LAYERS in PHP and database connection?
Questions on OOP concepts 1. What are the access specifiers available in php ? Explain 2. What is object cloning ? 3. What are the differences between interface and abstract class ? 4. What is overloading ? 5. What is overriding ? 6. How to prevent function overriding ? 7. What is the use of "final" keyword ? 8. What is static variable ? How will access a static variable ? What is static class ?
How can we know the count/number of elements of an array?
Which is used to maintain the value of a variable over different pages?
Why do we use sessions in php?