What is overloading and overriding in oop?
No Answer is Posted For this Question
Be the First to Post Answer
How to get length of an array in PHP?
How can we register the variables into a session?
Which is useful for method overloading?
where do we use htaccess?
How is the ternary conditional operator used 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. -->
please send me the interview questions and answers to my mail id : srikanthgovardana@yahoo.com or srikanthgovardana@gmail.com
What is the meaning of a persistent cookie?
What exactly is validating and sanitizing?
How to convert any type of video formate in flv formate in php can any buddy give me coding.
Is empty array php?
What are php magic methods?