php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "POST request"

Is it better to use GET or POST explicitly instead of REQUEST in PHP?

It is generally recommended to use GET or POST explicitly instead of REQUEST in PHP to ensure better security and clarity in your code. By specifying...

How does the use of header('Location: http://www.domain.de/gb_status.html') in PHP affect browser history when redirecting from a POST request to a GET request?

When using header('Location: http://www.domain.de/gb_status.html') in PHP to redirect from a POST request to a GET request, the browser will not retai...

How can the value of a specific cookie parameter be passed in an HTTP POST request using PHP cURL?

To pass the value of a specific cookie parameter in an HTTP POST request using PHP cURL, you can set the CURLOPT_COOKIE option in the cURL request wit...

In what situations would it be more appropriate to use a POST request versus a GET request when retrieving data from a PHP server?

When retrieving data from a PHP server, it is more appropriate to use a POST request when sending sensitive information, such as login credentials or...

How can a checkbox in PHP trigger a POST request to a specific PHP file?

To trigger a POST request to a specific PHP file when a checkbox is clicked, you can use JavaScript to listen for the checkbox change event and then s...

Showing 16 to 20 of 7665 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 1532 1533 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.