This is a discussion on Re: What's Wrong with the following code. within the PHP Language forums, part of the PHP Programming Forums category; Chaddy2222 wrote: > Hi all. > I am trying to get the following PHP include to work, but I keep &...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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"); ?> |
![]() |
| Thread Tools | |
| Display Modes | |
|
|