Jump to content

PHP 7 MySQLi Functions page it show wrong info about deprected functions


Marcos

Recommended Posts

This page https://www.w3schools.com/php7/php7_ref_mysqli.asp it's showing wrong messages about deprecated.

For example:

mysqli_fetch_all: Is not deprecated, see the manual documentation here => https://www.php.net/manual/es/mysqli-result.fetch-all.php
mysqli_fetch_array: idem => https://www.php.net/manual/es/mysqli-result.fetch-array.php
mysqli_fetch_assoc: idem
etc.

Please, could somebody check this and fix it?

Thanks.

Link to comment
Share on other sites

At the bottom of that page there is a button that says "Report Error"

If you click that and include what you have written here, you'll have a much greater chance at reaching the w3Schools developers.

Link to comment
Share on other sites

14 hours ago, Funce said:

At the bottom of that page there is a button that says "Report Error"

If you click that and include what you have written here, you'll have a much greater chance at reaching the w3Schools developers.

Hi,

I did not saw it.

Thank you

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...