Is PHP is procedure oriented or object oriented?
Answer Posted / pratheebha
php is a procedure oriented language
Is This Answer Correct ? | 7 Yes | 20 No |
Post New Answer View All Answers
What is the best practice for running mysql queries in php? Consider the risk of sql injection.
What are PHP Magic Methods/Functions. List them.
What is is_null() in php?
Why do we need abstract class in php?
How do you execute a php script from the command line?
What is the use of pear in php?
What is final class and final method?
How to select a database in php?
Why do you need to filter out empty files?
How many open modes available when a file open in PHP?
What is the use of mysqli_real_escape_string() function?
How many types of array supported in php?
What are the array functions in php?
What is the use of $_server and $_env?
How to open a file for writing?