Thanks Digit, however still no Luck. I commented out the other two lines:
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
and added this line:
AddHandler application/x-httpd-php .php
The result is the text printed out from my test.php. I also tried running all three lines together and still not what is expected.
Does the phpinfo function still work in php4? I'm using the same test script that I used in php3 (with the name changed ofcourse).
Any other ideas would be GREATLY appeciated.