php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "URL query string"

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

How can regular expressions be utilized effectively in PHP to extract specific elements from a URL string?

Regular expressions can be used effectively in PHP to extract specific elements from a URL string by defining patterns that match the desired elements...

How can PHP beginners define variables through the URL in a webpage?

To define variables through the URL in a webpage, PHP beginners can use the $_GET superglobal array to access values passed in the URL query string. B...

What is the potential risk of using mysql_real_escape_string on the entire query string in PHP?

Using `mysql_real_escape_string` on the entire query string in PHP can potentially lead to SQL injection vulnerabilities if not used correctly. It is...

How can PHP be used to extract parameters from a URL?

To extract parameters from a URL in PHP, you can use the `$_GET` superglobal array. This array contains key-value pairs of parameters passed in the UR...

Showing 116 to 120 of 10000 results

‹ 1 2 ... 21 22 23 24 25 26 27 ... 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.