What is stdclass in php?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More PHP Interview Questions

How to set a page as a home page in a php based site?

0 Answers  


What is strlen function in php?

0 Answers  


can we swap two different string using php for example:-- before swapping:-- 1 string :-hello friend, 2 string :-my dear, after swapping that strings will be: 1.hello dear, 2.my friend.

0 Answers  


How be the result set of mysql handled in php?

0 Answers  


What is the difference between core php and php?

0 Answers  






<?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. -->

1 Answers  


How to delete a file from the system?

0 Answers  


What is varchar mysql?

0 Answers  


Tell me how to set a page as a home page in a php based site?

0 Answers  


What is difference between rest and http?

0 Answers  


Can I use php in visual studio?

0 Answers  


What is the meaning of a final class and a final method?

0 Answers  


Categories