php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "Cross-site request forgery (CSRF)"

Are there any security considerations to keep in mind when using methods like Ajax, Websockets, or Server-Sent Events for updating content on a webpage in PHP?

When using methods like Ajax, Websockets, or Server-Sent Events for updating content on a webpage in PHP, it is important to consider security measure...

Are there any recommended resources for learning more about implementing secure authentication in PHP?

Implementing secure authentication in PHP involves using secure hashing algorithms like bcrypt to securely store and verify user passwords, using prep...

What are the potential security risks associated with passing variables via GET in PHP, and how can they be mitigated?

Passing variables via GET in PHP can expose sensitive information in the URL, making it vulnerable to attacks such as Cross-Site Scripting (XSS) and C...

What are the best practices for handling form submissions and saving data in PHP?

When handling form submissions in PHP, it is important to sanitize and validate user input to prevent SQL injection and cross-site scripting attacks....

What security considerations should PHP developers keep in mind when working with links and actions in their code?

When working with links and actions in PHP, developers should always validate and sanitize user input to prevent vulnerabilities such as Cross-Site Sc...

Showing 46 to 50 of 10000 results

‹ 1 2 ... 7 8 9 10 11 12 13 ... 1999 2000 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.