php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "without POST or GET"

What are the best practices for passing variables between PHP pages using GET or POST methods?

When passing variables between PHP pages using GET or POST methods, it is important to sanitize user input to prevent security vulnerabilities such as...

What are the advantages of using POST over GET in PHP?

Using POST over GET in PHP is advantageous when dealing with sensitive data such as passwords or personal information. POST requests do not display th...

How can PHP developers effectively handle data passed through forms in PHP when using both POST and GET methods?

When handling data passed through forms in PHP using both POST and GET methods, developers can effectively use the $_REQUEST superglobal array to acce...

How can mixing GET and POST parameters in PHP forms lead to issues?

Mixing GET and POST parameters in PHP forms can lead to issues because it can result in unexpected behavior and make the code harder to maintain. To s...

How can the mixing of POST and GET methods in PHP forms lead to confusion and errors?

Mixing POST and GET methods in PHP forms can lead to confusion and errors because the data sent via GET method is visible in the URL, while POST metho...

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.