php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "URL passing"

What changes were made in PHP 4 regarding passing variables via URL?

In PHP 4, the default behavior for passing variables via URL was changed to disable the register_globals directive for security reasons. This means th...

What are the potential security risks of passing user credentials through the URL using MD5 encryption in PHP?

Passing user credentials through the URL using MD5 encryption in PHP can pose security risks as the credentials are visible in the URL and can be easi...

How can passing parameters in the URL affect PHP functionality and security?

Passing parameters in the URL can expose sensitive information and potentially lead to security vulnerabilities such as SQL injection or cross-site sc...

How can URL encoding be used to prevent issues with passing variables between domains in PHP?

When passing variables between domains in PHP, URL encoding can be used to prevent issues such as special characters or spaces causing errors. By enco...

Are there any security risks associated with passing login data through URL variables in PHP scripts?

Passing login data through URL variables in PHP scripts poses security risks as the data can be easily exposed and intercepted by malicious users. To...

Showing 31 to 35 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.