php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "mysql_"

What are the deprecated functions in PHP related to database interactions, and what are the recommended alternatives to use instead?

Deprecated functions in PHP related to database interactions include mysql_ functions, such as mysql_connect(), mysql_query(), and mysql_fetch_array()...

How can the use of mysqli_ functions improve the security and efficiency of PHP code when working with databases?

Using mysqli_ functions instead of the older mysql_ functions can improve the security and efficiency of PHP code when working with databases. mysqli_...

What potential pitfalls are highlighted in the PHP script provided in the forum thread?

The potential pitfalls highlighted in the PHP script provided in the forum thread include the use of the `mysql_` functions, which are deprecated and...

How does the use of prepare and execute in this code affect the mysql_* functions?

Using prepare and execute in the code helps prevent SQL injection attacks by properly escaping input data. This ensures that user input is treated as...

What are the best practices for adapting scripts to run on newer PHP versions?

When adapting scripts to run on newer PHP versions, it's important to address deprecated functions, syntax changes, and security improvements. One com...

Showing 616 to 620 of 647 results

‹ 1 2 ... 121 122 123 124 125 126 127 128 129 130 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.