Hi Everybody,
I just got a book on PHP, and I'm trying to learn the language. The only problem is, when I make a php test page:
<?php
phpinfo();
?>
,
it doesn't work. As a matter of fact, no php pages work (unless the pages are online.) I installed PHP and added
LoadModule php5_module c:/php5/php5apache2.dll
and
AddType application/x-http-php .php .phtml .html
into
httpd.conf
I also renamed php.ini-recomended to php.ini and copied it into my windows directory. I also copied php5ts.dll in my windows/system and windows/system32 folder.
Thanks in advanced for your help.