Apache/Php Warning error?

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
User avatar
greeneel
Forum Commoner
Posts: 47
Joined: Wed Jul 30, 2003 5:19 pm

Apache/Php Warning error?

Post by greeneel »

I recently installed both apache and php on my system win 2000 server i got as far and adding the ScriptAlias and Addtype directives not in teh instructions i was told to create a page with the following tags in it<? phpinfo () ?> i saved this page as test.php to Program files/apache group/apache/htdocs ...now thsi is after i got http://localhost and http://127.0.0.1 to work so php and apache is talkin ok.. I have uncommon the extensions and pointed doc_root and extension_dir to the relivant folders now my problem is when i type http://localhost/test.php

i get a error
Unknown(): Unable to load dynamic library `C:\WINNT\system32\php_*.dll` (all the extension dll`s are named out ) The specified module could not be found ..

I have coppied these extensions to the winnt\system32 folder already can someone help?
Post Reply