php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "impact"

How can using deprecated functions like mysql_query impact the security and performance of a PHP application?

Using deprecated functions like mysql_query can impact the security of a PHP application because they are no longer maintained and may have vulnerabil...

How can the use of register_globals impact the security and functionality of a PHP application?

The use of register_globals in a PHP application can impact security by allowing external variables to overwrite internal variables, potentially leadi...

How significant do you estimate the performance impact to be from the array-string conversions?

When converting arrays to strings and vice versa in PHP, there can be a significant performance impact, especially for large arrays. This is because t...

How does the use of classes in PHP impact the performance of scripts, especially in larger projects?

Using classes in PHP can impact performance in larger projects due to the overhead of loading and parsing class files. However, the benefits of using...

How can the use of triggers in PHP MySQL databases impact overall application performance and scalability?

Using triggers in PHP MySQL databases can impact overall application performance and scalability by adding additional workload to the database server....

Showing 11 to 15 of 5222 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 1044 1045 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.