Complete PHP MySQL Reference
The mysql_db_name() function finds the database name from a call to the mysql_list_dbs() function.
This function returns the database name on success, or FALSE on failure.
| Parameter | Description |
|---|---|
| list | Required. Specifies result pointer from the mysql_list_dbs() function |
| row | Required. Specifies what row-index in the result pointer to return. Starts at zero. |
| field | Optional. Specifies the field name |
The output of the code above could be:
Complete PHP MySQL Reference
Your message has been sent to W3Schools.