|
Posted by cristina on 01/20/07 07:53
Chaddy2222 wrote:
> Hi all.
> I am trying to get the following PHP include to work, but I keep
> getting a sintax error, according to the server, it's due to an
> unexpected "<" on line 23.
> The code snipet is below.
> <div id="navbar">
> <?php include ("navigation.php");
>
> </div>
> and the url is http://freewebdesign.cjb.cc/test/index.php
> --
> Regards Chad. http://freewebdesign.cjb.cc
Could be that ?> is missing at the end of the PHP bit, from
<?php include ("navigation.php"); ?>
Navigation:
[Reply to this message]
|