php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "without POST or GET"

What are the limitations of accessing HTML values directly in PHP without using POST or GET methods?

When accessing HTML values directly in PHP without using POST or GET methods, the main limitation is that the values are not securely passed to the se...

What are some best practices for handling form actions in PHP, such as triggering actions through links or accessing form element data without using POST or GET methods?

When handling form actions in PHP, it is best practice to use POST or GET methods to access form element data and trigger actions. However, if you nee...

What are the potential pitfalls of passing return values without using POST or GET variables in PHP?

When passing return values without using POST or GET variables in PHP, potential pitfalls include exposing sensitive data in the URL, limiting the amo...

What are some common methods for passing variables in PHP without using POST or GET?

When passing variables in PHP without using POST or GET, one common method is to use sessions. Sessions allow you to store variables that can be acces...

What are the potential pitfalls of directly accepting values from POST or GET parameters without validation in PHP?

Accepting values from POST or GET parameters without validation in PHP can lead to security vulnerabilities such as SQL injection, cross-site scriptin...

Showing 1 to 5 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.