php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "passing values"

How can passing values through bookmarks in PHP affect security?

Passing values through bookmarks in PHP can affect security by exposing sensitive information in the URL, making it vulnerable to data manipulation or...

What are the potential security risks associated with passing values in URLs in PHP?

Passing values in URLs in PHP can pose security risks such as exposing sensitive information, allowing for injection attacks, and making the applicati...

What are some potential pitfalls when passing select box values in a MySQL query in PHP?

When passing select box values in a MySQL query in PHP, a potential pitfall is SQL injection if the values are not sanitized properly. To avoid this,...

How can undefined variable errors be avoided when passing values from HTML forms to PHP scripts?

When passing values from HTML forms to PHP scripts, undefined variable errors can be avoided by checking if the variables are set using isset() functi...

What are best practices for passing values to functions in PHP?

When passing values to functions in PHP, it is best practice to use parameters to send data into the function. This allows for flexibility and reusabi...

Showing 66 to 70 of 10000 results

‹ 1 2 ... 11 12 13 14 15 16 17 ... 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.