PHP » GoLang |
login |
register |
about
|
mssql_connect(PHP 4, PHP 5, PECL odbtp >= 1.1.1) mssql_connect — Open MS SQL server connection Warning
This function was REMOVED in PHP 7.0.0. Alternatives to this function include: Description
resource mssql_connect
([ string
$servername
[, string $username
[, string $password
[, bool $new_link = FALSE
]]]] )mssql_connect() establishes a connection to a MS SQL server. The link to the server will be closed as soon as the execution of the script ends, unless it's closed earlier by explicitly calling mssql_close(). Parameters
Return Values
Returns a MS SQL link identifier on success, or Changelog
Examples
Example #1 mssql_connect() example
<?php See Also
|
more
Recently updated
more
Most requested
more
Last requests
|