Jump to content

[HELP!]PHP with MSSQL


soulrus

Recommended Posts

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.

Link to comment
https://forums.phpfreaks.com/topic/261425-helpphp-with-mssql/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.