php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "HTML-encoded data"

How can PHP be used to correctly generate and handle URLs with UTF-8 encoded special characters for use in HTML output?

When generating URLs with UTF-8 encoded special characters in PHP for use in HTML output, it is important to properly encode the characters to ensure...

What potential issues can arise from POST variables being automatically encoded with htmlentities()?

Potential issues that can arise from POST variables being automatically encoded with htmlentities() include double encoding, which can result in speci...

What is the recommended method for building a URL-encoded query string in PHP when incorporating data from a JSON response?

When incorporating data from a JSON response into a URL-encoded query string in PHP, it is recommended to use the `http_build_query()` function. This...

What are the best practices for handling encoded characters in PHP to prevent data corruption?

When handling encoded characters in PHP, it is important to ensure that the correct character encoding is specified to prevent data corruption. One wa...

How can HTML-Entities be avoided when transforming XML data via XSLT in PHP?

When transforming XML data via XSLT in PHP, HTML-Entities can be avoided by setting the output method to "html" in the XSL stylesheet. This will ensur...

Showing 26 to 30 of 10000 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 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.