php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "international characters"

What are the best practices for handling string values in PHP before updating them in a varchar field in a MySQL database?

When handling string values in PHP before updating them in a varchar field in a MySQL database, it is important to properly sanitize and escape the in...

How can one efficiently handle string manipulations for simple encryption purposes in PHP?

When handling string manipulations for simple encryption purposes in PHP, one efficient way is to use built-in functions like `str_rot13()` for basic...

What are the best practices for handling form submissions in PHP to prevent cross-site scripting vulnerabilities?

To prevent cross-site scripting vulnerabilities when handling form submissions in PHP, it is important to sanitize and validate user input before proc...

In what scenarios is it beneficial to omit the closing PHP tag at the end of PHP scripts, according to PHP documentation and best practices?

Omitting the closing PHP tag at the end of PHP scripts is beneficial in scenarios where the file contains only PHP code, without any HTML or whitespac...

What are the potential pitfalls of using magic quotes in PHP when dealing with database input?

Magic quotes in PHP can automatically add escape characters to incoming data, which can lead to double escaping and corrupting the data when inserting...

Showing 9966 to 9970 of 10000 results

‹ 1 2 ... 1991 1992 1993 1994 1995 1996 1997 1998 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.