|
mssql_resultGet result data Warning
This function was REMOVED in PHP 7.0.0. Alternatives to this function include:
Description
string mssql_result
( resource
$result
, int $row
, mixed $field
)mssql_result returns the contents of one cell from a MS SQL result set. Parameters
Return ValuesReturns the contents of the specified cell. Examples
Example #1 mssql_result example
<?php The above example will output something similar to: Kalle Felipe Emil Ross
Example #2 Faster alternative to above example
<?php Notes
See AlsoRecommended high-performance alternatives:
|