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
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
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
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
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
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
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
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