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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.