Re: [PHP-DB] Problem width SQL on PHP4

2001-01-22 Thread Nathan Crause
Aside from enabling PHP_MSSQL70.DLL extensions in the PHP.INI file, you need to HAVE this file. If you installed PHP from the "Windows Install", then you probably don't have this file. You need to download the PHP ZIP file, which DOES contain the extension DLL's. ""Sebastian A. Davicco"" <[EMAIL

RE: [PHP-DB] Problem width SQL on PHP4

2001-01-14 Thread Alarion
you need to "enable" the mssql extension. I don't have the php.ini file here with me, but search the ini file for "extension" and you should come to a list of them that are commented out. just uncomment (by deleting the leading ";") the one for the extension you need and then shut down IIS and re