| Manuál PHP | ||
|---|---|---|
| PÅ™edcházejÃcà | Dalšà | |
msql_select_db
Popis
bool msql_select_db ( string database_name [, resource link_identifier] )
msql_select_db() sets the current active database on
the server that's associated with the specified
link_identifier.
Subsequent calls to msql_query() will be made on the active database.
Seznam parametrů
database_nameThe database name.
link_identifierPÅ™ipojenà na mSQL. NenÃ-li specifikováno jinak, pÅ™edpokládá se poslednà pÅ™ipojenà otevÅ™ené pomocà msql_connect(). Nebylo-li toto pÅ™ipojenà nalezeno, funkce se pokusà vytvoÅ™it nové, jako kdyby se zavolala funkce msql_connect(), a použije ho.
| PÅ™edcházejÃcà | Domů | Dalšà |
| msql_result | Nahoru |