Hi,
I'm trying to just include a basic .txt file, into a PHP script, with:
<?
include("/home/cbeach1/data/_tmpl/public/Footer.txt");
?>
Can anyone see why this would give the following error:
Parse error: parse error, unexpected '<' in /home/cbeach1/public_html/photogallery/index.php on line 50
(line 50 is ths new line I've added)
TIA
Andy
I'm trying to just include a basic .txt file, into a PHP script, with:
<?
include("/home/cbeach1/data/_tmpl/public/Footer.txt");
?>
Can anyone see why this would give the following error:
Parse error: parse error, unexpected '<' in /home/cbeach1/public_html/photogallery/index.php on line 50
(line 50 is ths new line I've added)
TIA
Andy