php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "HTML-encoded data"

What are some recommended methods for decoding MIME-encoded text in PHP to make it readable?

When dealing with MIME-encoded text in PHP, you can use the built-in function `imap_qprint` to decode quoted-printable text and `base64_decode` to dec...

How does the browser handle encoded characters like < when submitting form data in PHP, and what impact does this have on data processing?

When a browser submits form data with encoded characters like &lt; (which represents "<"), PHP automatically decodes these characters before processin...

What are some standardized formats that PHP can understand for parsing strings, such as JSON or URL-encoded?

PHP can understand various standardized formats for parsing strings, such as JSON and URL-encoded data. To parse JSON strings in PHP, you can use the...

What is the significance of using enctype="multipart/form-data" in an HTML form for file uploads?

When uploading files through an HTML form, using enctype="multipart/form-data" is necessary to ensure that the file data is properly encoded and sent...

How can special characters like "&" be masked or encoded when passed through PHP functions like htmlspecialchars?

Special characters like "&" can be masked or encoded when passed through PHP functions like htmlspecialchars by using the function htmlspecialchars()...

Showing 71 to 75 of 10000 results

‹ 1 2 ... 12 13 14 15 16 17 18 ... 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.