On 5 May 2002 at 9:32, Alex wrote:
> How did you installed PHP i have tried without sucess. I tried the
> experimental, but I get the message "Loadmodule takes two arguments, a
> module name and the name of a shared object file to load it from "
> which I did -  LoadModule php4_module C:/Program Files/Apache
> Group/Apache/php-4.2.0-Win32/php4apache.dll
> 
> Please tell me what did I do wrong?

Put the path to the DLL in quotes like so...

LoadModule php4_module "C:/Program Files/Apache Group/Apache/php-4.2.0-
Win32/php4apache.dll"

-- 
Stuart

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to