RE: [PHP-WIN] Re: problems with phpmyadmin

2003-06-10 Thread toby z
your configuration file! > This might happen if php finds a parse error in it or php cannot > find the > file. > Please call the configuration file directly using the link below > and read > the php error message(s) that you receive. In most cases a quote or > a > semicolon

RE: [PHP-WIN] Re: problems with phpmyadmin

2003-06-10 Thread Chadwick, John
To: [EMAIL PROTECTED] Subject: [PHP-WIN] Re: problems with phpmyadmin Do you have a cpl lines like this in your httpd.conf? LoadModule php4_module "c:/php/sapi/php4apache2.dll" AddType application/x-httpd-php .php .inc if your file is name extension is php3, you should have atleast .p

[PHP-WIN] Re: problems with phpmyadmin

2003-06-10 Thread Joseph McDonald
Do you have a cpl lines like this in your httpd.conf? LoadModule php4_module "c:/php/sapi/php4apache2.dll" AddType application/x-httpd-php .php .inc if your file is name extension is php3, you should have atleast .php & .php3 on the AddType line. I have .inc cause all of my include() files are n

RE: [PHP-WIN] Re: problems with phpmyadmin

2003-06-10 Thread Chadwick, John
When I try to access index.php3 I get no error messages at all. All I see is the source code for the file. Example: John -Original Message- From: Guillermo Scharffenorth [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2003 2:53 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Re

[PHP-WIN] Re: problems with phpmyadmin

2003-06-10 Thread Guillermo Scharffenorth
What exactly is happening when you call the program? Do you get any error messages? "John Chadwick" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I have installed PHP 4.3.2 on a Windows 2000 server machine running Apache > 2.0.45. So far, I seem to have done something right, sinc