php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "data escaping"

What is the significance of escaping characters within HTML attributes in PHP?

Escaping characters within HTML attributes in PHP is important to prevent security vulnerabilities such as cross-site scripting (XSS) attacks. By esca...

How can prepared statements be used in PHP to avoid the need for additional escaping functions like mysql_real_escape_string()?

Using prepared statements in PHP can help avoid the need for additional escaping functions like mysql_real_escape_string() by separating the SQL query...

How can PHP scripts be passed over POST without the need for escaping characters?

When passing PHP scripts over POST, you can avoid the need for escaping characters by using the `http_build_query()` function to properly encode the d...

What is the significance of properly formatting and escaping JSON outputs in PHP?

Properly formatting and escaping JSON outputs in PHP is important to ensure that the data is correctly structured and safe from potential security vul...

What are common mistakes made by PHP beginners when handling strings and escaping characters?

Common mistakes made by PHP beginners when handling strings and escaping characters include not properly escaping special characters, using single quo...

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.