What is abstract class php?
No Answer is Posted For this Question
Be the First to Post Answer
How to upload a file (may be a .txt or a .doc file) from a php script/file?
What is php and what does it do?
What is the use of count() function 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. -->
What backslash character will match whitespace?
Is not null in php?
Can we use get instead of post?
Why is overriding runtime?
What is isset in php form?
How to convert any type of video formate in flv formate in php can any buddy give me coding.
What is php routing?
What is array function in javascript?