Posted by:
David Pate
(---.ascensionhealth.org)
name of page: test.html
contents:
html>
<head>
<title>PHP Test</title>
</head>
<body>
<h1> hello from Html </h1>
<?php Print "hello from PHP";
phpinfo(); ?>
</body>
</html>
address: [
10.60.162.51]
I can see the "hello from Html", but not the php part. Using "localhost" gives the same thing. I have used several different addresses, but all give the same result. When I look at the source through Firefox the <?...?> is grayed out. I have tried both IE and Firefox with the same results.
Thanks,
David