Re: [PHP-WIN] PHP can't find the php.ini file

2007-06-25 Thread Janis Ritmanis
1. Your httpd.conf file shuld have lines soething like thees: "PHPIniDir "C:/Windows/" LoadModule php5_module "C:/PHP/php5apache2_2.dll" AddType application/x-httpd-php .php" 2. remove php.ini file from C:/PHP or whatever your install directory is, so only one copy of it is on system in C:/Window

Re: [PHP-WIN] Can't get PHP to support mySQL

2007-06-25 Thread Janis Ritmanis
Normaly the extension dir should be: extension_dir = "C:\PHP\ext" Have you the php_mysql.dll file in this location ? What is showing the "phpinfo();" ? Does it lodes the php.ini file where you enabled mysql extension ? On 25/06/07, Don Denton <[EMAIL PROTECTED]> wrote: I cannot get PHP to load