Answer Posted / prantik gautam
PHP is a lightweight server side scripting language while
mysql is a open source database. But PHP inbuilt contains
database scripts for mysql. In WAMP or LAMP mysql is
embedded along with.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What are advantages of .htaccess?
Tell me what sized websites have you worked on in the past?
What is the sign to start variables in PHP?
How can you associate a variable with a session?
What is final in php?
Why php is used?
How do we get the current session id?
What does the initials of php stand for?
Explain me what is the use of 'print' in php?
What does $_server mean?
Binary tree question - Node has numeric data (int) The function takes depth as argument and sum all the value of the node of the depth. For instance, (0) depth 0 / \ 10 20 depth 1 / \ / \ 40 50 60 70 depth 2 so if you pass get_sum(2), you would return 220 which is 40+50+60+70 (sum of depth2) write the function.
Is php used in 2019?
How do you use an array in excel?
What is the best php framework 2018?
What is mysqli_query?