php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "recommended books"

How can one securely store database access information in a PHP application?

To securely store database access information in a PHP application, it is recommended to use environment variables or a configuration file outside of...

What are the potential risks of transmitting passwords without using SSL in PHP applications?

Transmitting passwords without using SSL in PHP applications can expose sensitive information to potential attackers who can intercept the data during...

What are the limitations of using references in PHP for multi-dimensional arrays?

When using references in PHP for multi-dimensional arrays, there can be issues with unexpected behavior due to the way references are handled. To avoi...

What considerations should be taken into account when using special characters like #, umlauts, and & in file paths for different operating systems in PHP?

Special characters like #, umlauts, and & can cause issues in file paths on different operating systems due to encoding differences. To ensure cross-p...

What are the potential risks of allowing global database variables for PHP addons?

Allowing global database variables for PHP addons can pose security risks such as SQL injection attacks and data leaks. To mitigate these risks, it is...

Showing 9951 to 9955 of 10000 results

‹ 1 2 ... 1988 1989 1990 1991 1992 1993 1994 ... 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.