php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "register globals"

How can PHP variables be properly assigned from $_POST instead of relying on register globals?

When using $_POST to retrieve form data in PHP, it's important to assign the values to variables properly to avoid security risks associated with regi...

What are the security implications of using PHP scripts that rely on register globals being turned on?

When using PHP scripts that rely on register globals being turned on, there is a significant security risk as it can lead to vulnerabilities such as i...

What potential issues can arise from using scripts that require register globals to be enabled?

Potential issues that can arise from using scripts that require register globals to be enabled include security vulnerabilities, as it allows external...

What are the potential pitfalls of using PHP_SELF in form actions, especially when dealing with Register globals = on?

Using PHP_SELF in form actions can be a security risk, especially when dealing with Register globals = on, as it can make your form vulnerable to cros...

How does the removal of "Register Globals" support in PHP 5.4 impact the security and functionality of PHP scripts?

The removal of "Register Globals" support in PHP 5.4 improves the security of PHP scripts by preventing attackers from easily manipulating variables t...

Showing 46 to 50 of 396 results

‹ 1 2 ... 7 8 9 10 11 12 13 ... 79 80 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.