Re: [PHP-INST] Apache 2.0.43/PHP 4.2.3/Win XP Pro

2002-10-23 Thread David Barrett
Hey, get this.. I have a fully functional Apache 2.0.43 and PHP 4.2.3 running on Win2k. But you are right about the module approach not working... I had to give up on this. I set it so that PHP.exe is executed as a cgi when the relevant file extensions are requested from Apache. Add these lines

Re: [PHP-INST] Problems with PHP 4.2.3 & IIS 5.1 & WinXP

2002-10-21 Thread David Barrett
ng to this newsgroup!) that has got the PHP 4.2.3 and Apache 2.0.43 working together? I can't believe this is the case, though... "Stuart" <[EMAIL PROTECTED]> wrote in message news:3E3C18B2-E147-11D6-B6DA-000393A7098C@;sharedserver.net... > On Tuesday, Oct 15, 2002,

[PHP-INST] Re: phpMyAdmin

2002-10-15 Thread David Barrett
You are creating a database, not a table, hence there are still no tables available in PHPMyAdmin. Once the database is created (which you say you can see correctly), simply select it and then create a table using PHPMyAdmin (or MySQL if preferred). Try this, and then see if it appears (which it

Re: [PHP-INST] Problems with PHP 4.2.3 & IIS 5.1 & WinXP

2002-10-14 Thread David Barrett
Hehe... I love quick solutions... not... The problem has got to be with PHP 4.2.3. I have the same using it under Apache 2.whatever the latest stable release is. And my php.ini is the same as it is on all my other installations. Mind you, in my case the problem could be Apache, too... the abov

[PHP-INST] Re: PHP Install on Win2kPro + Apache 1.3.27 + PHP 4.2.3

2002-10-14 Thread David Barrett
Did you add a "LoadModule" command to the Apache config? This is needed, and was the point at which Apache started giving me errors... but that was with Apache 2 - the method definitely does work for Apache 1.3.27. "Max Salviejo" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMA

[PHP-INST] Re: Install errors on XP/Apache2.0.43/PHP4.2.3

2002-10-14 Thread David Barrett
I also am trying to get Apache2.0.43/PHP4.2.3 to work on a Win2k machine, and have had limited success. I have got PHP working, but couldn't use the module approach... I had to add these lines to httpd.conf: ScriptAlias /php/ "C:/PHP/" AddType application/x-httpd-php .phtml .php .php3 Action appl