php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "mysql_ extension"

In what ways does the mysqli_ extension differ from the mysql_ extension in PHP, besides the addition of the "i" at the end?

The mysqli_ extension in PHP is an improved version of the mysql_ extension, offering better security, support for prepared statements, and improved f...

Why is it recommended to use PDO instead of the mysql_* extension in PHP?

Using PDO instead of the mysql_* extension in PHP is recommended because the mysql_* extension is deprecated and no longer maintained. PDO provides a...

What are the recommended alternatives to using the mysql_ extension in PHP scripts?

The mysql_ extension in PHP is deprecated and no longer supported, making it vulnerable to security risks and compatibility issues. It is recommended...

What are the advantages of using PDO or mysqli_ over the deprecated mysql_ extension in PHP?

The mysql_ extension in PHP is deprecated and has been removed in PHP 7. Instead, it is recommended to use either PDO (PHP Data Objects) or mysqli_ (M...

How does the deprecation of the mysql_ extension in PHP impact existing PHP projects using this extension?

The deprecation of the mysql_ extension in PHP means that existing PHP projects using this extension will no longer be supported in newer versions of...

Showing 1 to 5 of 5069 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 1013 1014 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.