php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "URL-encoded"

What is the function in PHP to decode a URL-encoded string?

To decode a URL-encoded string in PHP, you can use the `urldecode()` function. URL encoding is used to encode special characters in a URL to ensure th...

How can PHP automatically handle encoded characters like %26 and %3D in URL parameters?

When PHP receives URL parameters with encoded characters like %26 (representing &) and %3D (representing =), it can automatically handle them by using...

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...

How can URL-encoded parameters be passed in an HTTPS request using fsockopen?

When making an HTTPS request using fsockopen in PHP, URL-encoded parameters can be passed by constructing the query string and including it in the req...

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...

Showing 1 to 5 of 9715 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 1942 1943 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.