php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "deprecated parameters"

What is the significance of the error message "Deprecated: Function eregi() is deprecated in PHP" and how does it affect PHP code?

The error message "Deprecated: Function eregi() is deprecated in PHP" indicates that the eregi() function is no longer supported in PHP and should not...

What is the difference between GET parameters and other types of parameters in PHP?

GET parameters are passed in the URL and can be seen by the user, while other types of parameters like POST parameters are not visible in the URL. To...

What is the deprecated function causing the fatal error in the login.php file?

The fatal error in the login.php file is likely caused by a deprecated function that is no longer supported in the PHP version being used. To solve th...

What does the error "Deprecated: mysql_connect()" in PHP indicate?

The error "Deprecated: mysql_connect()" in PHP indicates that the mysql_connect() function is no longer recommended for use as it has been deprecated...

How can PHP beginners differentiate between deprecated functions and current standards when implementing counters?

PHP beginners can differentiate between deprecated functions and current standards by referring to the official PHP documentation, which clearly marks...

Showing 16 to 20 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.