What is composer json?


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

Post New Answer

More PHP Interview Questions

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


What is singleton class in php?

0 Answers  


How to run the interactive php shell from the command line interface?

0 Answers  


How to get the http request in php?

0 Answers  


How to convert the first character to upper case?

0 Answers  






what is php stands for?

23 Answers   Infosys, Satyam, Torque Infotech,


Are react hooks stable?

0 Answers  


Version of php, apache ,mysql

1 Answers  


How to write a program to make chess?

0 Answers  


What are the new features available in php 7?

0 Answers  


What are magic constants in php?

0 Answers  


How is session data stored?

0 Answers  


Categories