[PHP-WIN] The inevitable LoadModule problem

2003-02-23 Thread rotsky
Okay, I know you've all heard this one before, but I'm really new to all this, can't really claim to be a programmer and am on a steep learning curve, so... I've installed PHP 4.3.1 and Apache 2.0.44. I've made the various changes to Apache's httpd.conf file, including the infamous line: LoadModu

php-windows Digest 23 Feb 2003 10:45:47 -0000 Issue 1601

2003-02-23 Thread php-windows-digest-help
php-windows Digest 23 Feb 2003 10:45:47 - Issue 1601 Topics (messages 18670 through 18675): Re: why is this mail code not working on a windows server? 18670 by: Per Christian Duplicate entry removal 18671 by: Per Christian 18673 by: Matt Hillebrand Forget it...

[PHP-WIN] Re: Tutorials on OOP

2003-02-23 Thread Phil Roberts
[EMAIL PROTECTED] (Davy Obdam) wrote in news:[EMAIL PROTECTED]: > Hi people,. > > I have to build several classes for a project i am doing, but i am quite > new to OOP programming. I need to make a database abstraction layer > class and a user login class.. Does anyone know some good tutorials

[PHP-WIN] Re: The inevitable LoadModule problem

2003-02-23 Thread Per Christian
It works best with an older version of Apache, but 2.0 should work fine I read in the install-guide that the message you got, was caused because it could not find a .dll php4apache.dll needed Try to copy all the dll's from C:/php/sapi into the directory where you installed Apache... That worked fi

[PHP-WIN] Re: The inevitable LoadModule problem

2003-02-23 Thread rotsky
No luck with that. I copied the php4apache2.dll and php4apache.dll files - and then all the files in /sapi/ into both the Apache root folder and the 'modules' sub-folder - Apache still can't find it... "Per Christian" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > It works best with

[PHP-WIN] Re: The inevitable LoadModule problem - sorted

2003-02-23 Thread rotsky
Well it turned out to be a problem with me and my clumsy fingers. I went through the installation process again and found that, instead of dropping php.ini and php4ts.dll into c:\windows\system32 I'd dropped them by mistake into \windows\system\ where they apparently sat & sulked. Moved them to the

[PHP-WIN] Test message

2003-02-23 Thread Rohin Gosling
Hi everybody ! I apologize for the inconvenience, but please ignore this message. I am having trouble getting messages into these news groups, so this is just me sending a test message to try and work out what is wrong. Rohin -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, v

[PHP-WIN] Unexplained CGI error

2003-02-23 Thread Mary Sweeney
I had a very nice little application I was working on. I selected options from an html page and then after selection I called a PHP script. It worked just fine, but now when I use the same code unchanged, it gives me the error you see below and nothing more. This has happened to me twice before. W

php-windows Digest 24 Feb 2003 00:58:59 -0000 Issue 1602

2003-02-23 Thread php-windows-digest-help
php-windows Digest 24 Feb 2003 00:58:59 - Issue 1602 Topics (messages 18676 through 18681): Re: Tutorials on OOP 18676 by: Phil Roberts Re: The inevitable LoadModule problem 18677 by: Per Christian 18678 by: rotsky Re: The inevitable LoadModule problem - sorted