Re: [PHP-WIN] mysql not working but very odd

2008-01-20 Thread Bruce Cowin
ini is in c:\php but it's reading it from c:\windows i copied it over but same problem, any ideas? On 1/17/08, Bruce Cowin <[EMAIL PROTECTED]> wrote: > And if it's not pointing to the php.ini file you may need the registry > entry as per my previous email. > > > &

Re: [PHP-WIN] mysql not working but very odd

2008-01-17 Thread Bruce Cowin
And if it's not pointing to the php.ini file you may need the registry entry as per my previous email. Regards, Bruce >>> "Jacob Kruger" <[EMAIL PROTECTED]> 18/01/2008 8:50:44 a.m. >>> Not sure if this is relevant, but if you run phpinfo(), it should tell you which php.ini is being implemented

RE: [PHP-WIN] Can't get MySQL extensions to load

2008-01-16 Thread Bruce Cowin
I got it to work. It turns out you need a registry entry in HKLM\Software\PHP call IniFilePath set to where your ini file is. Now that it's using the right ini file, it's loading the extensions. Regards, Bruce >>> "Bruce Cowin" <[EMAIL PROTECTED]> 17/

RE: [PHP-WIN] Can't get MySQL extensions to load

2008-01-16 Thread Bruce Cowin
==== -Original Message- From: Bruce Cowin [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 16, 2008 2:40 AM To: Patrick Farley; php-windows@lists.php.net Subject: Re: [PHP-WIN] Can't get MySQL extensions to load I have a similar issue. We copied a PHP installation that was

Re: [PHP-WIN] Can't get MySQL extensions to load

2008-01-15 Thread Bruce Cowin
I have a similar issue. We copied a PHP installation that was successful on Windows 2000 to a 2003 server. Although it works fine on 2000, it won't load any of the extensions on 2003. I've checked the .ini file and the extensions are definitely uncommented, the extension_dir setting is correct,

RE: [PHP-WIN] Error reporting

2007-07-31 Thread Bruce Cowin
ED]> 30/07/2007 6:14:00 p.m. >>> Hi! I don't know if that if this would have any effect, but it might. The html is not written with correct standard. Should be test Best regards /Gustav Wiberg -Original Message- From: Bruce Cowin [mailto:[EMAIL PROTECTED] Sent: Mo

Re: [PHP-WIN] Error reporting

2007-07-29 Thread Bruce Cowin
; Stut <[EMAIL PROTECTED]> 30/07/2007 9:52 a.m. >>> Bruce Cowin wrote: > I originally sent this to the general list with no replies. As I'm it > concerns writing to the Windows event log, I thought I'd try my luck on > this list. > > I'm running PHP 5.1 on

[PHP-WIN] Error reporting

2007-07-29 Thread Bruce Cowin
I originally sent this to the general list with no replies. As I'm it concerns writing to the Windows event log, I thought I'd try my luck on this list. I'm running PHP 5.1 on IIS. My dev environment is all local on my machine. My php.ini has the following error reporting settings: error_repor

Re: [PHP-WIN] Visual Studio and PHP

2007-02-04 Thread Bruce Cowin
I use Visual Studio to write my PHP code. I use as is, without any add-ins or tools. Ok, you don't get the colour coding in the PHP code so it's really just using it as a text editor. But works fine. Regards, Bruce >>> Jarrett Meyer <[EMAIL PROTECTED]> 3/02/2007 7:10:25 a.m. >>> To: PHP Wi

RE: [PHP-WIN] SQL Server 2005

2006-12-03 Thread Bruce Cowin
I'd be interested. I've used ADO when connecting through VB and C# but in PHP (which I'm relatively new at) I've always used the mssql_* functions. Regards, Bruce >>> git <[EMAIL PROTECTED]> 2/12/2006 1:43 a.m. >>> On Wed, 15 Nov 2006 02:17:07 -0800, Frank M. Kromann wrote: > Hello, > > Thi

Re: [PHP-WIN] Localhost does not work

2006-09-04 Thread Bruce Cowin
Sorry, I'm way behind on my email lists! No, I'm definitely using a comma rather than a colon and it works. I haven't tried a colon. Maybe they both work? Regards, Bruce >>> <[EMAIL PROTECTED]> 17/08/2006 10:18:00 a.m. >>> Thats mean to be localhost: yeah? Tryst -Or

Re: [PHP-WIN] Localhost does not work

2006-08-10 Thread Bruce Cowin
To get mine working, I had to use 'localhost,', where is the port number. Regards, Bruce >>> "Harpreet" <[EMAIL PROTECTED]> 11/08/2006 3:36:05 a.m. >>> $con = mssql_connect('localhost','username','password') Does not work but $con = mssql_connect($_GET["HOSTNAME"],'username','passwor