Re: [PHP-DB] Php 5 and Mysql on Windows

2006-10-03 Thread Lester Caine
[EMAIL PROTECTED] wrote: That solved it. Awesome. Thanks you so much. Brian - A 'phpinfo()' test page is almost essential. When you make changes to the php.ini file you can check they have taken ;) -- Lester Caine - G8HFL - L.S.Caine Electronic Services - http://

Re: [PHP-DB] Php 5 and Mysql on Windows

2006-10-03 Thread brian . kejser
Wow That solved it. Awesome. Thanks you so much. -Original Message- From: "Frank M. Kromann" <[EMAIL PROTECTED]> Sent: Tue, October 3, 2006 19:20 To: php-db@lists.php.net Subject: Re: [PHP-DB] Php 5 and Mysql on Windows IIRC: When you are using ISAPI you must hav

Re: [PHP-DB] Php 5 and Mysql on Windows

2006-10-03 Thread Frank M. Kromann
IIRC: When you are using ISAPI you must have php,ini in the windows directory. If you are using CGI you can have it in the same directory as all other PHP files. - Frank > Hi > > Make sure that the php.ini file being used is the one you thinkit is. > > I keep mine in the php directory, so I ha

Re: [PHP-DB] Php 5 and Mysql on Windows

2006-10-03 Thread brian . kejser
Hey I tried that but I still get the error. -Original Message- From: "Dave W" <[EMAIL PROTECTED]> Sent: Tue, October 3, 2006 14:33 To: [EMAIL PROTECTED] Cc: php-db@lists.php.net Subject: Re: [PHP-DB] Php 5 and Mysql on Windows You might want to try php.ini-recomm

Re: [PHP-DB] Php 5 and Mysql on Windows

2006-10-03 Thread Niel Archer
Hi Make sure that the php.ini file being used is the one you thinkit is. I keep mine in the php directory, so I have to be very careful that I don't accidentally let one get into the Windows folder, becuase that is search first The manual lists the search order. It also has some notes on setting

Re: [PHP-DB] Php 5 and Mysql on Windows

2006-10-03 Thread Dave W
"Stut" <[EMAIL PROTECTED]> Sent: Tue, October 3, 2006 14:12 To: [EMAIL PROTECTED] Cc: php-db@lists.php.net Subject: Re: [PHP-DB] Php 5 and Mysql on Windows [EMAIL PROTECTED] wrote: > I setup Mysql as follows: > > 1. Download the 5.x installer > 2. Run the installer > 3

Re: [PHP-DB] Php 5 and Mysql on Windows

2006-10-03 Thread Stut
[EMAIL PROTECTED] wrote: > I did that already. Step (8) of setting up php. Oops, sorry, missed that. > Do I need to move any files around or add anything else to the path? Long time since I've actually set up a Windows server but I seem to remember there are some DLLs in the distribution that ne

Re: [PHP-DB] Php 5 and Mysql on Windows

2006-10-03 Thread brian . kejser
Hey I did that already. Step (8) of setting up php. Do I need to move any files around or add anything else to the path? -Original Message- From: "Stut" <[EMAIL PROTECTED]> Sent: Tue, October 3, 2006 14:12 To: [EMAIL PROTECTED] Cc: php-db@lists.php.net Subject: Re: [P

Re: [PHP-DB] Php 5 and Mysql on Windows

2006-10-03 Thread Stut
[EMAIL PROTECTED] wrote: > I setup Mysql as follows: > > 1. Download the 5.x installer > 2. Run the installer > 3. Run the configuration tool ater the installer > > When I run the following script, the error "Fatal error: Call to > undefined function mysql_connect() in Test.php on line 3" is ret

Re: [PHP-DB] Php 5 and Mysql on Windows

2006-10-03 Thread brian . kejser
Hey I'm using IIS on W2K3 SP1, php 5.1.6 and mysql 5.0.24a. -Original Message- From: "Alejandro Tesone" <[EMAIL PROTECTED]> Sent: Tue, October 3, 2006 12:25 To: [EMAIL PROTECTED] Subject: Re: [PHP-DB] Php 5 and Mysql on Windows Which server you will use? Apa

re: [PHP-DB] Php 5 and Mysql on Windows

2006-10-03 Thread brian . kejser
Hey Thanks but that didn't help. Do you have any other suggestions? By the way, I'm using php 5.1.6 and mysql 5.0.24a. -Original Message- From: [EMAIL PROTECTED] Sent: Tue, October 3, 2006 11:52 To: [EMAIL PROTECTED], php-db@lists.php.net Subject: re: [PHP-DB] Php 5 an

RE: [PHP-DB] PHP 5 and MySQL

2003-10-01 Thread Jack van Zanen
Hi, I installed Apache/2.0.47 (Unix) PHP/5.0.0b1 pretty much the same way I installed version 4.3.3 on this apache and both work fine with Mysql straight from the start. This is on Linux and I did compile features into Apache *** MySQL Support enabled A