Page 1 of 1

!! HELP !! Having troubles with Instilation

Posted: Tue Jan 14, 2003 4:46 pm
by d2kagw
Hi everyone,

Im trying to install PHP 4.3 on Windows XP Pro,

I've followed all the instructions, but I always get this error
The specified module could not be found.

the code is simply
<?php echo "Hello World"; ?>

Any Ideas?

I really need to get this running ASAP !!!!

:oops:

Thanks very Much !

- az

Posted: Tue Jan 14, 2003 5:50 pm
by volka
check your settings in php.ini
extension_dir= and extension=
http://www.php.net/manual/en/configurat ... -directory

Thanks

Posted: Tue Jan 14, 2003 5:56 pm
by d2kagw
Thanks for that,
it turned out it was a simple typo !

:oops: :wink:

Many Thanks

-az