php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "MySQL functions"

What are common reasons for the error "supplied argument is not a valid MySQL-Link resource" when using MySQL functions in PHP?

The error "supplied argument is not a valid MySQL-Link resource" typically occurs when the MySQL connection is not properly established before executi...

What is the difference between using MySQL functions and ODBC functions in PHP for database operations?

When performing database operations in PHP, the main difference between using MySQL functions and ODBC functions lies in the database driver being use...

What is the difference between using mysqli and mysql functions in PHP?

The main difference between using mysqli and mysql functions in PHP is that mysql functions are deprecated as of PHP 5.5.0 and removed in PHP 7.0.0. T...

What is the difference between msql and mysql functions in PHP?

The main difference between msql and mysql functions in PHP is that msql functions are deprecated and no longer recommended for use, while mysql funct...

What are the differences between using MySQL and MySQLi functions in PHP for database connectivity?

When connecting to a MySQL database in PHP, there are two main methods: using the MySQL functions or the MySQLi functions. MySQLi (MySQL Improved) is...

Showing 11 to 15 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.