|
Posted by Erwin Moller on 11/19/06 14:06
Maximus wrote:
> Now here's something even more weird
>
> <?
> phpinfo();
> ?>
>
Hi
Try:
<?php
phpinfo();
?>
Maybe you didn't enable short open tags on your server.
(Check this by viewing the source from that page, it would read excactly:
<?
phpinfo();
?>
which displays nothing in a browser, since it looks just like an (unknown)
tag.
Regards,
Erwin Moller
Navigation:
[Reply to this message]
|