   #PHP Manual mSQL functions msql_list_fields msql_listdbs

   PHP Manual
   Prev  Next
   ______________________________________________________________________

                               msql_list_tables

   (PHP 3, PHP 4 )
   msql_list_tables -- List tables in an mSQL database

Description

   int msql_list_tables ( string database)

   msql_list_tables() takes a database name and result pointer much like
   the msql() function. The msql_tablename() function should be used to
   extract the actual table names from the result pointer.
   ______________________________________________________________________

   Prev             Home         Next
   msql_list_fields  Up  msql_listdbs
