What is an anti csrf token?
No Answer is Posted For this Question
Be the First to Post Answer
What are the different ways to login to a remote server? Explain the me, advantages and disadvantages?
What are advantages of .htaccess?
What is polymorphism with example in php?
What is htaccess? Why do we use this and where?
Write a program in php to find the occurrence of a word in a string?
How to convert a json string to an array 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. -->
What is the delimiter syntax is PHP's default delimiter syntax
How to find datatype of variable in php?
What is php oops concepts?
Explain some most commonly use string functions in php?
Where can I find php ini file?