MySQLi missing functions

php.internals

Juergen Mueller

22 years ago
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? It would be great if anyone could answer. kind regards, Juergen Müller
-- +++ NEU bei GMX und erstmalig in Deutschland: TÜV-geprüfter Virenschutz +++ 100% Virenerkennung nach Wildlist. Infos: http://www.gmx.net/virenschutz

Derick Rethans

22 years ago
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