Is the machine running SQL Server also hosted by the same company? Is it
possible to use PHP on a Win32 machine so that you can use
the php_mssql.dll extension?
-- bob
On Fri, 12 Mar 2004, S K Rana wrote:
>
> My domain is hosting through a hosting company on Linux with PHP 4.3.4.
> Hosting comp
You need one ofe the folowing extensions compied as a shared or static
module:
ODBC (UnixODBC)
MSSQL (FreeTDS)
ODBTP
compiling as a shered module does not require recompile of PHP. You just
need to load the extension with dl() or from php.ini.
- Frank
>
> My domain is hosting through a hosting