What is php oop?
No Answer is Posted For this Question
Be the First to Post Answer
Is empty java?
What are the differences between GET and POST methods?
How to join multiple strings into a single string?
Draw the architecture of Zend engine?
What is meant by urlencode and urldocode?
What sized websites have you worked on in the past?
<?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 the purpose of the '.myd' file extension? What do thes file contain?
Do you know how to get the ip address of the client?
Why php is used in html?
Which php framework is in demand?
Where php basically used?