Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. prplrhead

    mssql_connect() from IIS box

    And there it is! I was 100% certain they were identical because I copied from one directory to another. When I went to look at the file properties for version info, however, there was none. The date on that dll was different from the other extension dll's, however - two years earlier! So I...
  2. prplrhead

    mssql_connect() from IIS box

    Should have mentioned that I already have a copy in the system32 dirictory.
  3. prplrhead

    mssql_connect() from IIS box

    PHP Startup: Unable to load dynamic library 'C:\Program Files\PHP\ext\php_mssql.dll' - The specified module could not be found. Here's the thing, I've checked & double checked - that DLL is in that directory. I'm at a loss.
  4. prplrhead

    mssql_connect() from IIS box

    I didn't know there was a way to see that in phpinfo(). Here is a link to the relevant phpinfo page: http://www.squirrelcagepc.com/phpinfo_link.htm Perhaps this will expedite your kind efforts. This is just a framed page from my site to keep my client's domain out of the archives. I guess I'm...
  5. prplrhead

    mssql_connect() from IIS box

    From phpinfo(): C:\Program Files\PHP\php.ini From C:\Program Files\PHP\php.ini line 633: extension=php_mssql.dll
  6. prplrhead

    mssql_connect() from IIS box

    Fatal error: Call to undefined function mssql_connect() in D:\inetpub\wwwroot\php_mssql_test.php on line 4
  7. prplrhead

    mssql_connect() from IIS box

    Both Named Pipes and TCP/IP allowed.
  8. prplrhead

    mssql_connect() from IIS box

    My php is not able to connect to a SQL Server box. PHP is *NOT* running as CGI but rather ISAPI filter. Here is my example code: <html> <head> <?php $conn = mssql_connect("Server","User","Password"); if($conn){ if(!mssql_select_db("Database",$conn)){ die("Database unavailable"); }...

Part and Inventory Search

Back
Top