catocom
Well-Known Member
Mirlyn said:Ok, so G.php is sitting in your root folder with footer.txt. G.php hasin it. footer.txt has "this is a test" in it.PHP:include('footer.txt');
Still nothing?
Yeah "straight" PHP works.
I'll just use it for now, and come back to perl/cgi later.
the test code For the straight php:
PHP:
<html>
<body>
<div align=center>
<h1>PHP info on Scott's Server</h1>
</div>
<?PHP include('./footer.html'); ?>
<? phpinfo()?>
</body>
</html>
the page...:
http://66.168.192.248/index.php
I knew I should stuck with PHP
The last time I tried Perl I just about pulled my hair out.
I'll give Perl another shot after I get settled back down.