What is the difference between single-quoted and double-quoted strings in php?
No Answer is Posted For this Question
Be the First to Post Answer
How to create an array of a group of items inside an html form?
What is abstract class php?
Which function will you use to create an array?
<?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 is php and its advantages?
When to use get and post request?
What is meant by content management system?
3 Answers Global Logic, IBEE, TCS, Toyota,
Explain about looping in PHP?
How to turn on the session support in php?
How to apply Cake php ajax pagination?
What are the benefits of using queries?
How check submit button is clicked in php?