Is php procedural or oop?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More PHP Interview Questions

How to remove duplicate values from array using php?

0 Answers  


equivalent code for the following c program in php void main() { int i=5;printf("%d",i); }

2 Answers  


Is it difficult to learn php?

0 Answers  


What is == and === in php?

0 Answers  


What do you mean by core php?

0 Answers  






Code to open file download dialog in PHP?

0 Answers  


Can I write php code in html file?

0 Answers  


Explain some of the php string functions?

0 Answers  


class Database { public static $_instance; public static function getInstance() { if(!isset(self::$_instance)) self::$_instance = new Database(DB_SERVER, DB_USER, DB_PASS, DB_NAME); print_r(self::$_instance); return self::$_instance; } } can any one explain "self::$_instance = new Database(DB_SERVER, DB_USER, DB_PASS, DB_NAME);" this line

1 Answers  


what is the difference between GET,POST and REQUEST in php

1 Answers  


what is the difference between php and my sql

4 Answers  


Where php language is used?

0 Answers  


Categories