which will print out the php call stack?


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

Post New Answer

More PHP Interview Questions

<?php include ("db.php"); $result = mysql_query("SELECT ques_id FROM questionbank order by ques_id limit 5 "); while($obj=mysql_fetch_array($result)) { $ad1[$obj['ques_id']]++;//Used an array and inserted the database query results into it. } $rand_keys=array_rand($ad1,1); //Did a random array function echo "First random id = ".$ad1[$rand_keys[0]]; echo "<br>Second random id = ".$ad1[$rand_keys[1]]; ?> <!--Its not working. Have any solution for this. -->

1 Answers  


What are the different opening and closing tags available in PHP?

0 Answers  


What is php limit?

0 Answers  


How do you debug php?

0 Answers  


when we use ob_start() function in php then the header() and session_start() does not gives the error like header already sent,please explain in brief

2 Answers  






What is mysql in php?

0 Answers  


What is the basic syntax of Php?

0 Answers  


What is php oop?

0 Answers  


Hello Friends,I am seeking for a job in php having 2yrs. exp.Please suggest any company openings.

1 Answers  


What is the special meaning of __sleep and __wakeup?

0 Answers  


what does this symbol mean in php?

0 Answers  


Which is not a php magic constant?

0 Answers  


Categories