Explain me what is the w3c?
No Answer is Posted For this Question
Be the First to Post Answer
How to open a file in php?
What is regular expression in javascript?
Which cryptographic functions in php returns the longest hash value?
What is variable function php?
Is array function in php?
Why is PHP-MySQL frequently used for web (Portal) Development?
5 Answers T3 Softwares, Wipro,
recurring account in PayPal payment gateway?
1 Answers A1 Technology, HBL, HBL Power Systems, IBM,
How check submit button is clicked 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 you compare objects in php?
Why do we use javascript in php?
Which will start a session?