Is PHP is procedure oriented or object oriented?
Answer Posted / srinivasa rao
PHP is object based language. It supports OOPS features as
well as normal procedural programing. It is similar to C++.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
When sessions ends?
If we login more than one browser windows at the same time with same user and after that we close one window, then is the session is exist to other windows or not? And if yes then why? If no then why?
How to create connection in php?
Is apache needed for php?
Tell me how to initiate a session in php?
List some features of php that are deprecated in php7?
Explain how can we execute a php script using command line?
Is it easy to learn php?
Is php the same as html?
Tell me what is mean by an associative array?
What is mod_php?
What is an associative array?
What does echo mean in php?
How do I know my xampp version?
What are the uses of explode() and implode() functions?