php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "modern database functions"

How can outdated PHP scripts be updated to use modern database query functions like mysql_query or PDO?

Outdated PHP scripts can be updated to use modern database query functions like mysql_query or PDO by replacing the deprecated functions with their mo...

How can PHP developers migrate from using mysql_* functions to modern mysqli_query() or PDO methods for database queries?

The mysql_* functions in PHP are deprecated and no longer recommended for use due to security vulnerabilities and lack of support. To migrate from mys...

How can deprecated functions like mysql_create_db and mysql_db_query be replaced with more modern equivalents in PHP for database operations?

The deprecated functions like mysql_create_db and mysql_db_query can be replaced with more modern equivalents by using the MySQLi or PDO extension in...

What are the potential issues with using outdated PHP functions like mysql_* in modern PHP versions?

Using outdated PHP functions like mysql_* in modern PHP versions can lead to security vulnerabilities and compatibility issues. These functions are de...

What are the security implications of not updating an eCommerce system like osCommerce to use modern database functions in PHP?

Not updating an eCommerce system like osCommerce to use modern database functions in PHP can leave the system vulnerable to security threats such as S...

Showing 1 to 5 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.