quote:
Originally posted by andrewdodd13
Don't you have to do
include (<filename>)
?
Nope, doing it without the brackets has worked before.
quote:
Originally posted by andrewdodd13
Also, I assume that header and footer contain yer
<table><tr>
and
</tr></table>
yeah?
Yes i do
quote:
Originally posted by absorbation
Try it with the semicolons.
Same result
quote:
Originally posted by absorbation
Also your table syntax is incorrect, you need a <table> and <tr> tag (Smilie).
The opening tags of the table are part of the header.html and closing tags are a part of footer.html
quote:
Originally posted by Felu
Why not have the <html><body> and </body></html> in header.php and footer.php respectively?
You might want to add <head> tags too...
Changed, but it didnt solve my problem
Thanks anyway.
quote:
Originally posted by L. Coyote
Do you have any PHP code in the *.html files?
No i dont. the .html files only contain html code. Only the index.php has those two lines of php.
EDIT: Fixed. It was reading off the wrong index file.
* Th3rmal slaps himself
Sorry to waste your time