Answer Posted / vijaya
PHP is scripting language.It is widely used in web
development . PHP files will be executed in server side and
the result will be displayed in the browser.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the difference between php 5 and php 7?
How to remove values saved in the current session?
What is laracast?
What are the string function in php?
What is the best practice for running mysql queries in php? Consider the risk of sql injection.
What is abstract class in php?
What should we do to be able to export data into an excel file?
Differentiate echo vs. Print statement.
What is php destruct?
Why should I store logs in a database rather than a file?
What is the static variable in function useful for?
What is the difference between implode() and explode() in php?
Explain me the difference between include and require?
What are the features of php 7?
Does csrf token change?