What is the best php framework 2018?
No Answer is Posted For this Question
Be the First to Post Answer
what is constructor in a class, how it is work, how it is call?
What are the different components used in php for formatting?
What is strlen php?
How does the identity operator ===compare two values in PHP?
What is php simple definition?
What is difference between session and cookie 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 we encrpt a text?
What is form submission?
What is api example?
How to turn on the session support in php?
Which database is best for php?