!! HELP !! Having troubles with Instilation

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
d2kagw
Forum Newbie
Posts: 2
Joined: Tue Jan 14, 2003 4:46 pm
Location: Sydney, Australia

!! HELP !! Having troubles with Instilation

Post 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
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

check your settings in php.ini
extension_dir= and extension=
http://www.php.net/manual/en/configurat ... -directory
d2kagw
Forum Newbie
Posts: 2
Joined: Tue Jan 14, 2003 4:46 pm
Location: Sydney, Australia

Thanks

Post by d2kagw »

Thanks for that,
it turned out it was a simple typo !

:oops: :wink:

Many Thanks

-az
Post Reply