php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "extension functionality"

What are the potential pitfalls of using the deprecated mysql extension in PHP?

Using the deprecated mysql extension in PHP can lead to security vulnerabilities, as it does not support modern security features like prepared statem...

What are the potential drawbacks of using the old MySQL extension in PHP for database queries?

Using the old MySQL extension in PHP for database queries can lead to security vulnerabilities and deprecated functionality. It is recommended to swit...

How can you query a file extension in PHP?

To query a file extension in PHP, you can use the pathinfo() function to get information about a file path, including the file extension. This functio...

What is the significance of using the mysqli extension over the mysql extension in PHP for database connectivity?

The mysqli extension should be used over the mysql extension in PHP for database connectivity because mysqli offers improved security features, suppor...

How can PHP developers ensure that the LDAP extension is properly activated and functioning on an IIS 8.5 server?

To ensure that the LDAP extension is properly activated and functioning on an IIS 8.5 server, PHP developers can check the php.ini file to make sure t...

Showing 46 to 50 of 10000 results

‹ 1 2 ... 7 8 9 10 11 12 13 ... 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.