What is csrf token in php?



What is csrf token in php?..

Answer / Vineeta Gunjiyal

CSRF (Cross-Site Request Forgery) Token in PHP is a security measure that helps prevent unauthorized actions from being performed on a website. It ensures that a user intentionally performs an action and not due to some malicious request.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

Is php outdated 2019?

1 Answers  


Which is better php or nodejs?

1 Answers  


How to execute an sql query? How to fetch its result?

1 Answers  


What is the difference between null and empty?

1 Answers  


write a program to generate bill screen 1.1st page should get the number of products to be billed. 2.2nd page should display the number of rows according to the number of products given in the first page. 3.Each row should have a text box for a.product name b.quantity c.unit price d.item price = quantity x unit price This should be automatically calculated not to be entered by the user. 4.After entering the products calculate sales-tax for the total amount which 8.25%. 5.After entering these values you have to generate the bill in the next page with a unique number for the bill. can anyone solve this problem..i am in need to solve this problem..pls help me

1 Answers   Yahoo,


How to remove leading and trailing spaces from user input values?

1 Answers  


What is the expansion of LAMP?

1 Answers  


Does strlen include null?

1 Answers  


What are the functions to be used to get the image's properties (size, width and height)?

1 Answers  


What are the different tables(engine) present in mysql, which one is default?

1 Answers  


What is the function of string in c?

1 Answers  


What does the initials of php stand for?

1 Answers  


Categories