Write a program using while loop?
No Answer is Posted For this Question
Be the First to Post Answer
Why should I learn php?
Explain php parameterized functions.
What is inheritance in php progaming?
List functions available to sort an php array?
Is it possible to protect special characters in a query string?
What are the disadvantages of php?
what is the importence of session.save_path in Php.ini file and wht changes u've to made before using sesssions in ur php program first time?
How to calculate the difference between two dates using php?
Write a program to show the joining of two strings 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. -->
Which is true about the singleton design pattern?
How can I reset an array in PHP?
4 Answers Rushmore Consultancy, TCS,