mysql_list_tables is already depricated. You should use mysql_query() to issue SHOW TABLES command. Refer to the PHP Manual for additional details.
Use $num_tables instead of $num_rows in for loop on the above mention code than it works fine.
mysql_list_tables is already depricated. You should use mysql_query() to issue SHOW TABLES command. Refer to the PHP Manual for additional details.
ReplyDeleteUse $num_tables instead of $num_rows in for loop on the above mention code than it works fine.
ReplyDelete