php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "URL query string"

What is the correct syntax for specifying a string value in a SQL query in PHP?

When specifying a string value in a SQL query in PHP, you need to enclose the string within single quotes. This is important to ensure that the string...

How can multiple GET variables be attached to a URL in PHP?

To attach multiple GET variables to a URL in PHP, you can use the `http_build_query` function to build a query string with the key-value pairs of the...

What are some common methods in PHP to extract specific parts of a URL?

To extract specific parts of a URL in PHP, you can use the `parse_url()` function to break down the URL into its components such as scheme, host, path...

How can PHP developers securely transport specific variables between pages without exposing them in the query string?

To securely transport specific variables between pages without exposing them in the query string, developers can use sessions in PHP. By storing the v...

What is the best practice for creating a URL from a database query result in PHP?

When creating a URL from a database query result in PHP, it is important to sanitize and validate the data to prevent any security vulnerabilities. On...

Showing 81 to 85 of 10000 results

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