php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "issue"

What is the potential issue with using the mysql_fetch_object function in PHP?

The potential issue with using the mysql_fetch_object function in PHP is that it is deprecated as of PHP 5.5.0 and removed in PHP 7.0.0. To solve this...

How can the issue of unexpected T_VARIABLE be resolved in PHP code?

The issue of unexpected T_VARIABLE in PHP code is typically caused by missing or misplaced variables in the code. To resolve this issue, carefully che...

What could be causing the issue of PHPNUKE not saving configuration changes?

The issue of PHPNUKE not saving configuration changes could be caused by incorrect file permissions or a lack of write permissions for the configurati...

What is the issue with converting eregi to preg_match in PHP?

The issue with converting eregi to preg_match in PHP is that eregi is a case-insensitive version of preg_match, so simply replacing eregi with preg_ma...

What potential issue is the user experiencing with the mysql_fetch_array function?

The potential issue the user is experiencing with the mysql_fetch_array function is that it is deprecated in newer versions of PHP and has been replac...

Showing 56 to 60 of 10000 results

‹ 1 2 ... 9 10 11 12 13 14 15 ... 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.