At 08:51 AM 3/18/05, Dee Dagner wrote:

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.


I've never done a windows install of php, but these are the only things I do after installing binaries on OpenBSD:
1) run phpxs -s
2) update httpd.conf with:
AddType application/x-httpd-php .php
3) create php.ini (in same directory as http.conf)
4) stop/start apache


Frank

Reply via email to