mysql_db_name()
mysql_db_name - Get result dataSyntax
string mysql_db_name (resource $result, int $row, mixed $field)Arguments
- result - The result pointer from a call to mysql_list_dbs().
- row - The index into the result set.
- field - The field name.
