Why do we use htaccess and where?
No Answer is Posted For this Question
Be the First to Post Answer
<?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. -->
Is age an interval or ratio?
What is .htaccessfile and use of this file
What are the different ways to login to a remote server? Explain the me, advantages and disadvantages?
Why do you need php?
What is laravel php?
Do while loops php?
What are the 5 types of variables?
Why constructor is not overridden?
Tell me how to find the length of a string?
What is framework in php?
Is string php function?