Is PHP is procedure oriented or object oriented?
Answer Posted / master
php is a hybrid language which has got both procedure and
oop concepts.
so you can take it in any way
| Is This Answer Correct ? | 16 Yes | 3 No |
Post New Answer View All Answers
What is the correct line to use within the php.ini file, to specify that 128mb would be the maximum amount of memory that a script may use?
Explain mysql_errno()?
What is form submission?
What is the purpose of basename() function in PHP?
What is purpose of @ in Php?
What is the use of mvc in php?
Why do we use namespace in php?
What is the use of "echo" in php?
What is the purpose of php?
What are php filters?
What is a controller php?
How to define a user function?
What is http get and post?
How check field is empty or not in php?
How to execute an sql query?