Explain me what is the use of 'print' in php?


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

Post New Answer

More PHP Interview Questions

Suppose a variable may passed to other page using any of get,post,session,cookie methods and u want to retrive that variable value . what is the syntax?

6 Answers  


How to find the position of the first occurrence of a substring in a string?

0 Answers  


What is php array function?

0 Answers  


Tell me what is the use of explode() function?

0 Answers  


How cookies are transported from servers to browsers?

0 Answers  






What's the diff. between include() and Include_once().

5 Answers   Intrack,


Explain the differences between get and post methods?

0 Answers  


Does php require a web server?

0 Answers  


What are the popular frameworks in php?

0 Answers  


what is the importence of session.save_path in Php.ini file and wht changes u've to made before using sesssions in ur php program first time?

4 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 variable function php?

0 Answers  


Categories