Jump to content

soulrus

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Everything posted by soulrus

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