What is an anti csrf token?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More PHP Interview Questions

What are the different ways to login to a remote server? Explain the me, advantages and disadvantages?

0 Answers  


What are advantages of .htaccess?

0 Answers  


What is polymorphism with example in php?

0 Answers  


What is htaccess? Why do we use this and where?

0 Answers  


Write a program in php to find the occurrence of a word in a string?

0 Answers  






How to convert a json string to an array in php?

0 Answers  


<?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. -->

1 Answers  


What is the delimiter syntax is PHP's default delimiter syntax

0 Answers  


How to find datatype of variable in php?

0 Answers  


What is php oops concepts?

0 Answers  


Explain some most commonly use string functions in php?

0 Answers  


Where can I find php ini file?

0 Answers  


Categories