php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "mysql_"

What are the potential reasons for mysql_fetch_array and mysql_fetch_object not working as expected in PHP?

The potential reasons for `mysql_fetch_array` and `mysql_fetch_object` not working as expected in PHP could be due to deprecated functions, compatibil...

What suggestions were provided by other forum users to improve the PHP code snippet provided?

The issue with the provided PHP code snippet is that it is using the deprecated `mysql_` functions, which are no longer supported in newer versions of...

What potential issue is the user facing with their current PHP code?

The potential issue the user is facing with their current PHP code is that they are using the `mysql_` functions which have been deprecated since PHP...

How can the PHP script be updated to be compatible with PHP 5.4.21 if it was originally written for PHP 4?

The PHP script needs to be updated to be compatible with PHP 5.4.21 by making necessary changes such as replacing deprecated functions, updating synta...

What are the key differences between PHP 5 and PHP 7 that developers should be aware of when updating their scripts to ensure compatibility?

One key difference between PHP 5 and PHP 7 is the removal of deprecated features such as the use of the "mysql_" extension. Developers should update t...

Showing 636 to 640 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.