php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "POST parameters"

Are there any specific best practices to follow when simulating a POST request in PHP?

When simulating a POST request in PHP, it is important to set the appropriate headers and data to mimic a real POST request. This can be achieved by u...

Is it possible to access and intercept POST variables using a GET request in PHP?

It is not possible to access POST variables using a GET request in PHP because POST variables are sent in the request body, while GET variables are se...

What is the best way to hide query parameters in the URL and display only the main URL in PHP applications?

When passing sensitive information through query parameters in a URL, it is important to hide these parameters to prevent them from being easily visib...

What is the difference between using POST and GET for parameter passing in PHP?

When passing parameters in PHP, the main difference between using POST and GET is how the data is sent. POST sends the data in the HTTP request body,...

What are the potential issues with passing GET parameters through iframes in PHP forms?

Passing GET parameters through iframes in PHP forms can potentially expose sensitive data as the parameters are visible in the URL. To solve this issu...

Showing 46 to 50 of 10000 results

‹ 1 2 ... 7 8 9 10 11 12 13 ... 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.