Jump to content

atitthaker

Members
  • Posts

    52
  • Joined

  • Last visited

    Never

Everything posted by atitthaker

  1. Hi, I am having problem invoking an aspx page from PHP. I have installed PHP over windows XP and Windows 2003 Server. Curl version for Windows XP is libcurl/7.16.0 OpenSSL/0.9.8g zlib/1.2.3. and vista is having libcurl/7.16.0 OpenSSL/0.9.8i zlib/1.2.3. As you can see the only difference between both the environment is openSSL version. My XP system is able to invoke the page correctly but windows 2003 Server does not. Actually, I have hosted site at my local server and site is having 2 different host header values. For one host header value 2003 server is working fine but for another one, it is not. For Windows XP it is able to open page from both Host header values. Thanks Atit
  2. Hi, Got the solution after a long fight... was having problem with Database components. Got the same dll for all the places and I got connected in a minute. Thanks Atit
  3. It gives me only one message: Warning: mssql_connect() [function.mssql-connect]: Unable to connect to server: node200 in E:\php_scripts\mssql_connection.php on line 28 I do not know what is going wrong here... I have also installed MS SQL Server Client tools on my system which is the web server for the application. Thanks Atit
  4. Hi, I am trying to connect to MS SQL Server 2005 using PHP. But I am unable to connect to the SQL Server. Following things are in place. -- mssql extension is enabled in PHP and I can see MSSQL details in php info. -- named pipes and TCP/IP is enabled in SQL Server Configuration -- mssql.allow_persistent = On in php.ini -- I copied ntwdblib.dll to /windows directory. I am not sure what is going wrong but I am unable to connect to MS SQL Server 2005. thanks Atit
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.