What is symfony php?
No Answer is Posted For this Question
Be the First to Post Answer
hi recently i had faced an interview in that they asked me that php have faced the problem of y2k so which one is that year like 2030,2059 not remember exact year anybody will tell me pls?
What is the main difference between asp net and php?
What is parent __construct ();?
Describe PHP error and logging information?
List out different arguments in PHP header function?
What is difference between php and html?
What sized websites have you worked on in the past?
<?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. -->
Tell me what library is used for pdf in php?
What is php resource type?
Tell me what types of loops exist in php?
Write a regular expression to get the value xxx from the string 'xxx@yyy.com'