JockVSJock
06-13-2003, 12:45 PM
Running RH8.0 box with the following for PHP
[root@phoenix ssh]# rpm -qa | grep php
php-imap-4.2.2-8.0.7
php-4.2.2-8.0.7
php-ldap-4.2.2-8.0.7
If I try to view a basic file like the following
[root@phoenix www]# cat phpinfo.php
<?php
phpinfo();
?>
The web browser will only show the text above and not the right output.
Does anyone have any idea why this would be happening?
[root@phoenix ssh]# rpm -qa | grep php
php-imap-4.2.2-8.0.7
php-4.2.2-8.0.7
php-ldap-4.2.2-8.0.7
If I try to view a basic file like the following
[root@phoenix www]# cat phpinfo.php
<?php
phpinfo();
?>
The web browser will only show the text above and not the right output.
Does anyone have any idea why this would be happening?