php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "recommended books"

Are there any best practices for handling cookies in PHP to ensure they can be accessed successfully?

When handling cookies in PHP, it is important to set the correct path and domain parameters to ensure they can be accessed successfully across differe...

What are some best practices for securely executing shell scripts from a PHP application?

Executing shell scripts from a PHP application can pose security risks if not done properly. To securely execute shell scripts, it is recommended to s...

What potential issues can arise from having register_globals set to "on" in PHP?

Having register_globals set to "on" in PHP can lead to security vulnerabilities such as variable injection attacks and can make the code more difficul...

What are the security implications of automatically passing the Session ID in PHP without using cookies or other methods?

Automatically passing the Session ID in PHP without using cookies or other methods can lead to security vulnerabilities such as session hijacking or s...

What are the potential pitfalls of passing variables to an image in PHP?

Passing variables directly to an image in PHP can potentially lead to security vulnerabilities such as code injection or exposing sensitive informatio...

Showing 9911 to 9915 of 10000 results

‹ 1 2 ... 1980 1981 1982 1983 1984 1985 1986 ... 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.