php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "GET query"

How can one effectively handle GET requests in PHP when rewriting URLs?

When rewriting URLs in PHP, GET requests can be handled effectively by using the $_SERVER['REQUEST_URI'] variable to parse the URL and extract the que...

How does PHP handle responses and requests differently when using GET?

When using GET requests in PHP, the data is passed through the URL as query parameters. To handle GET requests, you can use the $_GET superglobal arra...

Why is it incorrect to use mysql_num_rows() in an INSERT query in PHP?

Using mysql_num_rows() in an INSERT query in PHP is incorrect because mysql_num_rows() is used to get the number of rows in a result set from a SELECT...

How can you parse a URL and extract GET parameters in PHP using functions like parse_url() and http_build_url()?

When working with URLs in PHP, you may need to parse a URL and extract the GET parameters from it. This can be done using the `parse_url()` function t...

What are the common pitfalls when trying to access GET variables within an <iframe> in PHP?

When trying to access GET variables within an <iframe> in PHP, a common pitfall is that the GET variables are not directly accessible within the PHP c...

Showing 21 to 25 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.