   #PHP Manual mSQL functions msql_data_seek msql_drop_db

   PHP Manual
   Prev  Next
   ______________________________________________________________________

                                  msql_dbname

   (PHP 3, PHP 4 )
   msql_dbname -- Get current mSQL database name

Description

   string msql_dbname ( int query_identifier, int i)

   msql_dbname() returns the database name stored in position i of the
   result pointer returned from the msql_listdbs() function. The
   msql_numrows() function can be used to determine how many database
   names are available.
   ______________________________________________________________________

   Prev           Home         Next
   msql_data_seek  Up  msql_drop_db
