generation from a template...
Posted: Sun Dec 19, 2010 8:47 pm
hey guys, just wondering if you could help me with a problem im having regarding using a template, called with the php code include
heres the code im using:
<?php
include('index.html');
?>
and im getting this parse error:
Parse error: syntax error, unexpected T_STRING in /home/bowen69/public_html/index.html on line 1
if u wish to take a look heres my site
http://www.unhackable.co.uk/phptest.php
http://www.unhackable.co.uk/index.html
i would really appreciate the help. as you can tell, im very new to php.
Thanks
Bowen
heres the code im using:
<?php
include('index.html');
?>
and im getting this parse error:
Parse error: syntax error, unexpected T_STRING in /home/bowen69/public_html/index.html on line 1
if u wish to take a look heres my site
http://www.unhackable.co.uk/phptest.php
http://www.unhackable.co.uk/index.html
i would really appreciate the help. as you can tell, im very new to php.
Thanks
Bowen