Re: [PHP-DB] mssql_connect()
[email protected] ("Simge RESMOR")
| Newsgroups | php.db |
|---|---|
| Message-ID | <[email protected]> |
i restart ISS and i checked all the version of php.ini ,i unquoted in all php.ini file php_mssql.dll extension. i put this dll into system32 folder . but still i cant see mssql library in phpinfo() page. i dont understand why? is there anything besides above things i should do? ""YVES SUCAET"" <[email protected]>, haber iletisinde sunlari yazdi:[email protected]... My php.ini is actually in the c:\windows folder. Also: Check to see if you have multiple versions of php.ini on your system. Maybe you have a version in c:\php or c:\windows in addition to c:/windows/system32 and the wrong file gets interpreted. HTH, Yves ------ Original Message ------ Received: Mon, 02 Jun 2008 06:31:37 AM CDT From: "simge" <[email protected]> To: [email protected] Subject: [PHP-DB] mssql_connect() hi, I have a problem to connect MsSQL server 2005 with mssql_connect() function. the error: fatal error undefined function mssql_connect(). I correct php.ini(unquoting php_mssql.dll) i put it in c:/windows/system32 but still i cany see mssql library in phpinfo() page. Please Help Me.