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 are computer variables?
Explain how is it possible to cast types in php?
What is the difference between file_get_contents() and file_put_contents() in php?
Tell me how do I escape data before storing it into the database?
What are the different errors in php?
Tell me what is the use of "enctype" attribute in a html form?
What does empty mean in php?
How to count a number of words in a string in php?
Tell me what's the difference between include and require?
Which function would you use to format date information in php?
Is php used anymore?
How do you count numbers in php?
How to create a session? How to remove data from a session?
How can you send http header to the client in php?
How to read a file in binary mode?