Ok, I'm new to all this stuff... but this page has a header/nav menu that's going to remain unchanged on all pages, so I thought about using a php include at the top.
I stripped out the common code, put it in a file called menu.php and added:
<? include('menu.php') ?>
in its place.
http://www.csmager.net/SailIonian3/index.php
is the result. There's a couple of random characters () that appear at the top, and I can't even see them in the resulting source code. Anyone got any ideas?
I stripped out the common code, put it in a file called menu.php and added:
<? include('menu.php') ?>
in its place.
http://www.csmager.net/SailIonian3/index.php
is the result. There's a couple of random characters () that appear at the top, and I can't even see them in the resulting source code. Anyone got any ideas?