I would think that is a permission problem. When you execute from the
command line, you are executing with your user name and permissions.
When you execute from within IIS, you are either executing it from
IUSR_servername or IWAN_servername users... Which can or can't have
rights to the dlls in
I set up the mssql extension. I process a page from the command line (php
d:\websites\istatus\DispatchNav.php) and it reads from the SQL Server and
processes normally. If I try the page from a browser, I get 'call to
undefined function: mssql_connect()'. I have restarted IIS, and that did
not he