php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "mysql_-functions"

What are the common errors and warnings that may arise when transitioning from mysql_ functions to mysqli_ functions in PHP scripts?

One common error that may arise when transitioning from mysql_ functions to mysqli_ functions in PHP scripts is the "Call to undefined function mysql_...

How can the deprecated mysql_* functions in PHP be replaced with newer, more secure alternatives?

The deprecated mysql_* functions in PHP can be replaced with newer, more secure alternatives such as mysqli or PDO. These alternatives offer better se...

How can the use of mysql_* functions be improved to adhere to best practices in PHP development?

The use of mysql_* functions should be improved by migrating to mysqli or PDO functions, as the mysql_* functions are deprecated and pose security ris...

What are the best practices for transitioning from mysql_* functions to mysqli in PHP?

When transitioning from mysql_* functions to mysqli in PHP, it is important to update your code to use the improved mysqli extension for better securi...

What are the advantages of using mysqli_* functions over mysql_* functions in PHP?

The main advantage of using mysqli_* functions over mysql_* functions in PHP is that mysqli_* functions support prepared statements, which help preven...

Showing 21 to 25 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.