I'm trying to set my computer up to learn PHP + mySQL. It's not web connected (this is a work machine)
I'm using Win98.
-Apache is installed succesfully and runs. Using "localhost" as the URL gives the successful page and testing configuration is okay.
-mySQL is installed succesfully and runs.
-PHP is unzipped into the relevant folder and all file adjustments have been made.
The problem is when I insert the "LoadModule php4_module c:/php/sapi/php4apache.dll" in the httpd.conf file.
Apache says it cannot open this file because:
Syntax error on line 1031 od c:/program files/apache group/apache/conf/httpd.conf:
Cannot load php4apache.dll into server: (1157) One of the library files needed to run this application cannot be found
What I know: the path for php4apache.dll is correct, all changes to files are correct without spelling errors, removing the offending line fixes Apache's problem but I cannot run localhost/phpinfo.php.
(Shame, cause it was all going so well up until then)
Can anyone help?