E_STRICT Function mysql_list_tables() is deprecated

113 views
Skip to first unread message

Kiwi

unread,
Apr 19, 2009, 11:41:38 PM4/19/09
to Webmasters Helping Webmasters
I am getting the following php error:

In file dbclass.php on line 47:

E_STRICT
Function mysql_list_tables() is deprecated



Line 47 is:

$SQLQuery = mysql_list_tables($db);

Vision Jinx (Guru)

unread,
Apr 21, 2009, 11:06:03 AM4/21/09
to Webmasters Helping Webmasters
Hello,

This function is deprecated. It is preferable to use mysql_query() to
issue a SQL SHOW TABLES [FROM db_name] [LIKE 'pattern'] statement
instead.

http://www.php.net/mysql_list_tables

Regards,
Vision Jinx
Reply all
Reply to author
Forward
0 new messages