Tell me are parent constructors called implicitly inside a class constructor?


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

Post New Answer

More PHP Interview Questions

What is variable and data type?

0 Answers  


Explain mysql_error().

0 Answers  


What does trim () do in javascript?

0 Answers  


What is php simple definition?

0 Answers  


What does the unset() function mean?

0 Answers  






What is the meaning of die in php?

0 Answers  


<?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  


How can I find the colour of a pixel of an image?

2 Answers   Rushmore Consultancy,


What does PEAR stands for?

0 Answers   Arigo Infotech,


What is difference between isset and empty in php?

0 Answers  


What is the default session time in php?

0 Answers  


How to remove the new line character from the end of a text line in php?

0 Answers  


Categories