How to get the length of string?
No Answer is Posted For this Question
Be the First to Post Answer
Why do we need session?
How do I stop a php script?
What is the difference between php and cakephp?
How to get length of an array in PHP?
how do we can copy of the content of a web page with the help og the URL and display them onto any other page
What does $_files means?
What is the difference between $message and $$message?
just explain MYSql ISAM and InnoDB functions. and what is the diffrent between both. and which is the better in both.
What is difference between strstr() and stristr() 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. -->
Is a number php?
Whether One-line comment begin with pound sing(#) in php?