php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "mysql extension"

What are the recommended alternatives to using the deprecated MySQL extension in PHP for database operations?

The recommended alternatives to using the deprecated MySQL extension in PHP for database operations are to use either MySQLi (MySQL Improved) or PDO (...

What steps can be taken to activate the MySQL extension in PHP?

To activate the MySQL extension in PHP, you need to enable the extension in the php.ini file. You can do this by uncommenting or adding the following...

What best practices should be followed when transitioning from the mysql extension to the mysqli extension in PHP?

When transitioning from the mysql extension to the mysqli extension in PHP, it is important to update your code to use the improved security features...

What are the potential issues with using the mysql extension in PHP for database queries?

One potential issue with using the mysql extension in PHP for database queries is that it is deprecated as of PHP 5.5.0 and removed in PHP 7.0.0. This...

What are the potential pitfalls of using the "mysqli" extension in PHP when transitioning from the deprecated "mysql" extension?

When transitioning from the deprecated "mysql" extension to the "mysqli" extension in PHP, some potential pitfalls include differences in function nam...

Showing 36 to 40 of 10000 results

‹ 1 2 ... 5 6 7 8 9 10 11 ... 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.