[PHP-WIN] PHP and MSSQL Connection on IIS 5.1

2008-06-17 Thread Wei, Alice J.
Hi, Guys: This is my first time running PHP 5.2 on a IIS 5.1 Server using a Windows XP machine. My client wants me to build the PHP scripts and the database on one single machine. So far I could run the PHP fine, but I am having a hard time connecting to the MSSQL database even though it is

[PHP-WIN] Re: PHP and MSSQL Connection on IIS 5.1

2008-06-17 Thread Elizabeth M Smith
Wei, Alice J. wrote: > Hi, Guys: > > This is my first time running PHP 5.2 on a IIS 5.1 Server using a Windows > XP machine. > My client wants me to build the PHP scripts and the database on one single > machine. So far I could run the PHP fine, but I am having a hard time > connecting to t

RE: [PHP-WIN] Re: PHP and MSSQL Connection on IIS 5.1

2008-06-17 Thread Wei, Alice J.
Hi, For ODBC connections, are you using MSSQL 2005? I am currently using Windows XP for the server with PHP 5.2. I am currently using this version of the MS SQL server, and thus when I am seting up the ODBC connection, I notice that it keeps failing possibly because the SQL Server is indi

Re: [PHP-WIN] Re: PHP and MSSQL Connection on IIS 5.1

2008-06-17 Thread Elizabeth M Smith
Wei, Alice J. wrote: > Hi, > > For ODBC connections, are you using MSSQL 2005? I am currently using > Windows XP for the server with PHP 5.2. > >I am currently using this version of the MS SQL server, and thus when I am > seting up the ODBC connection, I notice that it keeps failing possi

RE: [PHP-WIN] Re: PHP and MSSQL Connection on IIS 5.1

2008-06-17 Thread Wei, Alice J.
Hi, Thanks for the document. I have used the Administrative Tools to create a new ODBC data source, and it has been shown that the tests has been done successfully from the System DSN. My next question is this, with my ODBC driver compiled successfully, this is the connection string I have es

RE: [PHP-WIN] Re: PHP and MSSQL Connection on IIS 5.1

2008-06-17 Thread Wei, Alice J.
Hi, Thanks for the document. I have used the Administrative Tools to create a new ODBC data source, and it has been shown that the tests has been done successfully from the System DSN. My next question is this, with my ODBC driver compiled successfully, this is the connection string I have es

[PHP-WIN] CuRL

2008-06-17 Thread Bryan
I cannot get the curl commands to work in Windows. I am using WAMP 5. Can anyone point me in the right direction on how to get it working? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] CuRL

2008-06-17 Thread Philip Olson
On 6/17/08, Bryan <[EMAIL PROTECTED]> wrote: > > I cannot get the curl commands to work in Windows. I am using WAMP 5. Can > anyone point me in the right direction on how to get it working? You must enable the appropriate dll files (php_curl.dll) inside php.ini. See also the following for additio