How come the code works, but doesn’t for two-dimensional array of mine?
No Answer is Posted For this Question
Be the First to Post Answer
How can we destroy the cookie?
What does php exit do?
How can we extract string 'abc.com' from a string "http://info@abc.com" using regular expression of PHP
Explain preg_Match and preg_replace?
Does empty check for null?
How to remove the new line character from the end of a text line 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. -->
Explain about image types in detail?
how many types of inheritance is there in php? name there?
Which functions are used to count the total number of array elements in php?
at present am learning lamp course sir ..i want to know the carrer prospectus in php ...is there any companies recruiting freshers in chennai ..for freshers how much can i demand as a fresher in php ....?i finished my mca ..please sugggest me to face interview in php asking salary details and all please suggest me how much can i ask as a fresher in php ? and also tel is there any openings in chennai for recruting php freshers send their emails and company info please ? please send ur valuable suggestions to kiranpulsar2007@gmail.com i hope u wil reply to my question thank u guys bye take care see u soon all the best to everyone
What is api laravel?