I have installed Apache 2, MySql and PHP 4 on my XP computer, following the install.txt instructions. Apache seems to be running fine (no errors anyhow) but when I open a test.php in my IE6 browser, just the html code is processed. Test.php simply echoes my php info like this: <?php echo "This is a PHP line"; phpinfo(); ?> I can't develop my pages online, my connection is too slow. Since I get no errors, just no results, I can't debug this. I'm a raw newbie to both Apache and PHP so any help is appreciated.
Dee