<?php
if (function_exists('mssql_fetch_row')) {
echo "MSSQL functions are available.<br />\n";
} else {
echo "MSSQL functions are not available.<br />\n";
}
?>
How am I able to enable it? Obviously a Microsoft database is not compatible with a Linux system, but I heard there was an extension available to enable MSSQL functions.