php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "mysql_query"

What are the differences between mysql_db_query and mysql_query functions in PHP?

The main difference between mysql_db_query and mysql_query functions in PHP is that mysql_db_query requires an additional parameter for the database n...

What is the difference between mysql_select() and mysql_query() in PHP?

The main difference between mysql_select() and mysql_query() in PHP is that mysql_select() is used to select a database, while mysql_query() is used t...

What are the differences in syntax between mysqli_query and mysql_query functions in PHP?

The main difference in syntax between mysqli_query and mysql_query functions in PHP is that mysqli_query requires a database connection object as the...

What are the differences between using mysqli_query and the older mysql_query in PHP for database operations?

The main difference between using mysqli_query and mysql_query in PHP for database operations is that mysqli_query is the improved and more secure ver...

What are the potential pitfalls of using mysql_query("SET NAMES 'utf8'") and mysql_query("SET CHARACTER SET 'utf8'") in PHP?

Using mysql_query("SET NAMES 'utf8'") and mysql_query("SET CHARACTER SET 'utf8'") in PHP can lead to vulnerabilities such as SQL injection attacks. It...

Showing 1 to 5 of 532 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 106 107 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.