Why is PHP-MySQL frequently used for web (Portal) Development?
Answer Posted / 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 |
Post New Answer View All Answers
Tell me how do you execute a php script from the command line?
What does the scope of variables mean?
Differentiate between php5 and php7?
Explain the different types of errors in php.
What is filter_var?
How can you pass a variable by reference?
Is polymorphism inherited?
How arrays are passed through arguments?
Do you know how to declare an array in php?
Which is better session or cookie?
What is the use of limit in mysql?
How to remove leading and trailing spaces from user input values in php?
Which operator is used to combine string values in php?
Why php is used in html?
How to set session.gc_divisor properly?