我想在我的服务器上显示所有数据库的列表,当我这样做时:
echo mysql_query(" SHOW DATABASES ");
我收到此错误:
Resource id #3
那怎么办呢?
php mysql
mysql ×1
php ×1