[PHP-WIN] Missing DLLs - PHP 5.2.9-1

2009-03-29 Thread Harold Fuchs
I'm a complete novice with PHP but have used many other languages in the past. I have also looked in a lot of places to find a solution to this but ... I'm running Win XP Pro/SP3. I have a working Apache 2.2 server running on "localhost". I installed PHP 5.2.9-1 using the .msi file from www.php.

Re: [PHP-WIN] PHP connecting to MSSQL

2009-03-29 Thread John Mertic
Which version of mssql are you connecting to? John Sent from my iPod On Mar 29, 2009, at 7:31 AM, Alf Stockton wrote: I vave also tried using echo "Error in DBConnect() = " . mssql_get_last_message(); & now all I get is "Error in DBConnect() = " -- Regards, Alf Stocktonwww.stockton.c

[PHP-WIN] PHP connecting to MSSQL

2009-03-29 Thread Alf Stockton
I vave also tried using echo "Error in DBConnect() = " . mssql_get_last_message(); & now all I get is "Error in DBConnect() = " -- Regards, Alf Stocktonwww.stockton.co.za Q: What's the difference between a duck and an elephant? A: You can't get down off an elephant. -- PHP

[PHP-WIN] PHP connecting to MSSQL

2009-03-29 Thread Alf Stockton
I have a problem not being able to connect to a MSSQL database on my laptop from a php application I wrote, however I can access the same database from Enterprise Manager no problem. The connect code looks like:- $link = mssql_connect($servername, $dbusername, $dbpassword) or die("Unable to co