|
Posted by Jerrymander on 01/20/07 07:56
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
Um, missing the "?>" on the 'include' line? Thus, the "</div>" was
attempted to be parsed as PHP code, which clearly it is not.
Navigation:
[Reply to this message]
|