Forum Moderators: coopster
php_mssql.dll is also in my system32 folder on Windows
but it doesn't show up in the info page nor when I test this code:
<?php
if (function_exists('mssql_connect'))
{
echo "Okay, fn is there";
}
else
{
echo "Hmmm .. fn is not even there";
}
?>
Any ideas on what to check?