Quoting "Nguyen, Long P (Mission Systems)" <[EMAIL PROTECTED]>:
> could it be something in my httpd.conf file?
Remove the line AddType application/x-httpd-php .php
and add
<Files *.php>
SetOutputFilter PHP
SetInputFilter PHP
</Files>
HTH
R'twick
--
This is a signature
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

