php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "HTML-encoded data"

How can the htmldecode function be used to decode encoded search terms in PHP?

When receiving search terms from a form submission, these terms may be encoded to ensure they are safely transmitted. To decode these encoded search t...

Are there specific PHP functions or libraries recommended for decoding quoted-printable-encoded strings in PHP?

When dealing with quoted-printable-encoded strings in PHP, it is recommended to use the built-in function `quoted_printable_decode()` to decode the en...

How can PHP functions like urldecode, base64_decode, and quoted_printable_decode be used to handle encoded strings in PHP?

Encoded strings in PHP can be decoded using functions like urldecode, base64_decode, and quoted_printable_decode. These functions help in converting e...

Can one trust that data received in a PHP script is UTF-8 encoded if the script is saved in UTF-8 without BOM?

When receiving data in a PHP script, it is not safe to assume that the data is UTF-8 encoded just because the script itself is saved in UTF-8 without...

What potential issue could arise if a string is double-encoded before being decoded in PHP?

If a string is double-encoded before being decoded in PHP, it could result in garbled or incorrect data being returned. To solve this issue, you can f...

Showing 31 to 35 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.