soulrus Posted April 22, 2012 Share Posted April 22, 2012 hey all, im using a Windows 2008 R2, got Wamp installed on it with PHP 5.3.1, got MSSQL extension + the DLL it needs to operate (forgot its name, somethin with ntw....dll). been tryin all day to fix this issue, had the same thing on IIS7.5 after installing php 5.3 (any php code would work fine, but MSSQL wont work at all) so the problem is thus: after using this code <?php if (function_exists('mssql_fetch_row')) { echo "MSSQL functions are available.<br />\n"; } else { echo "MSSQL functions are not available.<br />\n"; } ?> i get MSSQL functions are not avaliable, i have read every post on this issue, and still couldnt make it work, any help/suggestion would be epicly appritiated. Ty. Quote Link to comment https://forums.phpfreaks.com/topic/261425-helpphp-with-mssql/ Share on other sites More sharing options...
Muddy_Funster Posted April 25, 2012 Share Posted April 25, 2012 mssql was superseded with sqlsrv, check the msdn forums for the use of sqlsrv syntax in PHP 5.3+ Quote Link to comment https://forums.phpfreaks.com/topic/261425-helpphp-with-mssql/#findComment-1340432 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.