Why post method is used in php?
No Answer is Posted For this Question
Be the First to Post Answer
How to open standard output as a file handle?
armstrong number by using php while number is given by the keyboard.?
What is difference between python and php?
What does $_server mean?
<?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. -->
Write a program to swap two numbers using php.
Is php class name case sensitive?
How to define a user function?
What are the different tables(engine) present in mysql, which one is default?
Is a number php?
What is a base url?
Differentiate echo vs. Print statement.