php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "mysql_"

What are the potential issues with the MySQL connection and query handling in the provided PHP code?

The potential issues with the MySQL connection and query handling in the provided PHP code are that it is using the deprecated `mysql_` functions whic...

What is the deprecated feature in PHP that is being discussed in the forum thread?

The deprecated feature in PHP being discussed in the forum thread is the use of the "mysql_" functions for database connections and queries. These fun...

What potential issues can arise when upgrading from PHP 4.3 to PHP 5.1 in terms of function compatibility?

When upgrading from PHP 4.3 to PHP 5.1, potential issues can arise due to changes in function compatibility. One common issue is the deprecation of th...

What are the benefits of switching to mysqli_* or PDO in PHP for database operations?

When using the older mysql_* functions in PHP for database operations, there are security risks such as SQL injection vulnerabilities and lack of supp...

How can the PHP code be optimized to avoid potential errors when upgrading from PHP 5.2.17 to PHP 5.3.10?

When upgrading from PHP 5.2.17 to PHP 5.3.10, one potential issue to address is the deprecated use of the "mysql_" functions in favor of the "mysqli_"...

Showing 631 to 635 of 647 results

‹ 1 2 ... 121 122 123 124 125 126 127 128 129 130 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.