Andrew Carrington wrote:
Hi my name is Andrew and this is the problem that I am having.
I installed the server version of Redhat Linux 7.1. The
problem I am having is that when I set up a test.php file with
the usual test function I am not getting anything being
recognized by the browser.

This is the file contensts and below that you will see what I
have done so far in an attempt to fix whatever the problem
might be.

test.php
file put in var/www/html directory
Server class installation
..........................................................................................................

<HTML>
<HEAD><TITLE>TESTING PHP</TITLE>
</HEAD>
<BODY>
<?
/*
* PRINT PHP INFO
*/



phpinfo();
echo "HELLO WORLD!";

?>
</BODY>
</HTML>
There was a discussion about php short tags in php.ini recently on the Psyche list (https://listman.redhat.com/pipermail/psyche-list/2002-November/005719.html and the ensuing discussion). Basically, try <?php instead of <? and see if it works.

Forrest
--



_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list

Reply via email to