php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "mysqli_*"

What suggestions were provided by other forum users to improve the PHP code snippet provided?

The issue with the provided PHP code snippet is that it is using the deprecated `mysql_` functions, which are no longer supported in newer versions of...

How can the use of mysql_ functions be improved in PHP code according to the forum responses?

The use of mysql_ functions in PHP code should be improved by switching to mysqli_ or PDO functions for better security and performance. This change i...

How can the use of the mysql_* functions in the PHP code be improved to avoid deprecated warnings and potential vulnerabilities?

The use of mysql_* functions in PHP code should be replaced with mysqli_* or PDO functions to avoid deprecated warnings and potential vulnerabilities....

What are the differences between the two PHP code snippets provided in the forum thread?

The issue in the forum thread is that the first PHP code snippet is using the `mysql_` functions which are deprecated and not recommended for use. The...

What potential issue or error could arise from the PHP code provided by the user "Alex"?

The potential issue with the PHP code provided by Alex is the use of the `mysql_` functions, which are deprecated and not secure. It is recommended to...

Showing 146 to 150 of 180 results

‹ 1 2 ... 27 28 29 30 31 32 33 34 35 36 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.