parse error
Posted on
16th Feb 2014 07:03 pm by
admin
On my local machine I keep getting parse error for my footer. When I put it online, it doesn't show anything.
I've searched on google but not found a solution for it.
Did you know?Explore Trending and Topic pages for more stories like this.
The error message:
Parse error: parse error in C:wampwwwcmsincludesfooter.php on line 9
Code: [Select]<?php include("includes/header.php"); ?>
<div id="content">
<h2>Estate Agent</h2>
<p>We are one of the largest firms of independent Estate Agents in South Hertfordshire, with three offices covering BARNET, POTTERS BAR, BROOKMANS PARK and surrounding villages.</p>
<p>Estate Agents was established with the opening of our first office in Potters Bar, March 1988. Since then we have opened a further two offices located at Brookmans Park and Barnet. We are completely independent and therefore have no hidden alliances to any Banks, Building Societies or Insurance companies, as so often is the case with Estate Agents these days.</p>
</div>
<?php include("includes/footer.php"); ?>
Also I thought PHP isn't meant to show up in your source code? I have HTML in the include header and footer, so is it right that the HTML shows in the source code?
No comments posted yet
Your Answer:
Login to answer
77
19
Other forums
Converting RGB values to HEX
Code: <?PHP
$file_handle = fopen("colors/rgb.csv", "r");
wh
constructor ?
i have written this program and made 3 constructors in the class and i want to call them in the main
SAP BCS. BPS
Hi all,
I am seeking reading note on the following in BW
BCS, BPS
ADVANCE
order by date not ID number help php
I am trying to orginize the following code to order by date not id number.
any help would be grea
SQL Injection
In my attempts to protect my database from mySQL injection I have created another problem for myself
List/Menu Box
On an edit page when you want something to select what a user has previously selected from the datab
Namespace Problem
I'm having problem with a section of code with a variable namespace.
This code works fine:
How to Handle more than one submit button in single form?
Hi
I have one PHP file which contains one Form. In this form there are two Submit type Buttons
Converting from one format to another
"I have got a date in DD/MM/YYYY but I need it in MM-DD-YYYY. Help!"
Convert .fdf to .pdf
I currently have a web form that uploads the form data to an .fdf file and emails it.
However