| 
 | mssql_querySend MS SQL query Warning
   
 This function was REMOVED in PHP 7.0.0. Alternatives to this function include: 
 Description
   mixed mssql_query
    ( string  $query[, resource$link_identifier[, int$batch_size= 0
  ]] )mssql_query sends a query to the currently active database on the server that's associated with the specified link identifier. Parameters
 
 Return Values
   Returns a MS SQL result resource on success,  Examples
 Example #1 mssql_query example 
<?phpNotes
 See Also
 
 |