php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "GET Request"

What are the potential security risks associated with passing extra parameters in a GET request in PHP?

Passing extra parameters in a GET request in PHP can potentially expose sensitive information or lead to security vulnerabilities if not properly sani...

What are the potential security risks of sending authentication data in a GET request in PHP APIs?

Sending authentication data in a GET request in PHP APIs can expose sensitive information as the data is visible in the URL and can be easily intercep...

What are common reasons for receiving a 403 Forbidden error when trying to access JSON output from a PHP script using a C# HTTP GET request?

The most common reasons for receiving a 403 Forbidden error when trying to access JSON output from a PHP script using a C# HTTP GET request are incorr...

How can an array be defined as a parameter in a GET request to avoid overwriting values in PHP?

When passing an array as a parameter in a GET request in PHP, you can use square brackets in the parameter name to indicate that it should be treated...

How can a developer iterate through and display the keys and values in a PHP GET request using foreach loops?

To iterate through and display the keys and values in a PHP GET request using foreach loops, you can access the $_GET superglobal array which contains...

Showing 21 to 25 of 9646 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 1929 1930 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.