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 Rhinorhino 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: *

  • Users: prplrhead
  • Content: Threads
  • Order by date
  1. 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