Tell me will a comparison of an integer 12 and a string "13" work in php?


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

Post New Answer

More PHP Interview Questions

How could I install codeignitor ?

0 Answers  


How can we determine whether a variable is set?

0 Answers  


how to retrieve from database..... this format (PRMRMDU402). firstname= prabhu, lastname=kumar, city=madurai, pincode=624402.... i want first name first two letters and last name last two letters ... city first two letters ... pin code last three letters....

2 Answers  


Inside a php function, what param needs to be set in order to access a global variable?

0 Answers  


What are the advantages and disadvantages of Cascading Style Sheets?

1 Answers  






What is the tags in PHP is not a valid way to begin and end a PHP code block?

0 Answers  


Tell me what is the difference between the functions strstr() and stristr()?

0 Answers  


why we used type-pool SLIS in ALVs? how many types of windows in scripts?

0 Answers   IBM,


What is cakephp framework?

0 Answers  


How do I make a reset button in html?

0 Answers  


How long will it take to learn php?

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  


Categories