Tell me are parent constructors called implicitly inside a class constructor?
No Answer is Posted For this Question
Be the First to Post Answer
What is variable and data type?
Explain mysql_error().
What does trim () do in javascript?
What is php simple definition?
What does the unset() function mean?
What is the meaning of die in php?
<?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. -->
How can I find the colour of a pixel of an image?
2 Answers Rushmore Consultancy,
What does PEAR stands for?
What is difference between isset and empty in php?
What is the default session time in php?
How to remove the new line character from the end of a text line in php?