What language is php based on?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of Mbstring?
What is whitespace in php?
how can we check mail function with '127.0.0.1' (before submitting a site?
How do you check is php not empty?
Explain Type hinting in PHP?
How to compare two strings with comparison operators in php?
How can i send a HTML file to mail account.
<?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. -->
What is full form of php? Who is the father or inventor of php?
Which function can be used to exit from the script after displaying the error message?
Why are sessions used?
What is env in laravel?