| 
 | mssql_select_dbSelect MS SQL database Warning
   
 This function was REMOVED in PHP 7.0.0. Alternatives to this function include: 
 Description
   bool mssql_select_db
    ( string  $database_name[, resource$link_identifier] )mssql_select_db sets the current active database on the server that's associated with the specified link identifier. Every subsequent call to mssql_query will be made on the active database. Parameters
 
 Return Values
   Returns  Examples
 Example #1 mssql_select_db example 
<?php
 Example #2 Escaping the database name with square brackets 
<?phpSee Also
 
 |