On Sun, 7 Mar 2004, Juergen Mueller wrote:
> hi guys,
>
> during I played around with the new mysqli extension in PHP 5.0, I missed
> some really important functions: mysql_list_dbs(), mysql_db_name(),
> mysql_list_tables(), mysql_tablename() ....
>
> why didn't these functions be ported to the MySQLi Extension?
Because you can easily do that with SQL Queries.
regards,
Derick