Help please.... my IT guy has gone off for a week, and I was changing some code and
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ',' or ';' in /home/sites/mudhuttravel.com/public_html/footertest.php on line 12
I deleted the offending 'addthis' section, but then got another error around line 35... help!!
here is the code from the php file
<?php
echo '
<table width="902" align="center" border="0" cellpadding="0" cellspacing="0">
<tbody><tr width="100%" class="textfooter"><td>
<hr>
<div align="center">
Tel: (+44) 020 8788 8674 • Email: <a href="mailto:info@mudhuttravel.com">info@mudhuttravel.com</a> • Skype: mudhuttravel • <a href="bookingconditions.php" border="0">Booking Conditions</a> •
<a href="privacypolicy.php" border="0">Privacy Policy</a> • <a href="contactus.php" border="0">Contact Us</a> •
<!-- AddThis Button BEGIN -->
<a href="http://www.addthis.com/bookmark.php?v=250&pub=chris%40mudhuttravel.com" onmouseover="return addthis_open(this,' ', '[URL]', '[TITLE]')" onmouseout="addthis_close()" onclick="return addthis_sendto()"><img align="middle" src="http://s7.addthis.com/static/btn/sm-bookmark-en.gif" width="83" height="16" alt="Bookmark and Share" style="border:0"/></a><script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js?pub=chris%40mudhuttravel.com"></script>
<!-- AddThis Button END -->
<br>Mud Hut Africa operates customised, affordable and responsible safaris, tours and independent or group travel to southern Africa
<br>Big 5 Safari • Island honeymoon • 4x4 adventure • Walking safari • Golf tour • England cricket tour 2009/10 • World Cup 2010 tour <br>Scuba diving • Wine tasting • Surf safaris • Horseback safaris • Kayaking and river rafting<br><a href="botswana.php" border="0">Botswana</a> - <a href="lesotho.php" border="0">Lesotho</a> -
<a href="malawi.php" border="0">Malawi</a> - <a href="mozambique.php" border="0">Mozambique</a> - <a href="namibia.php" border="0">Namibia</a> - <a href="southafrica.php" border="0">South Africa</a> - <a href="swaziland.php" border="0">Swaziland</a> - <a href="zambia.php" border="0">Zambia</a> - <a href="zimbabwe.php" border="0">Zimbabwe</a> <br>
<a href="indextest.php"><img src="mudhut_plain.jpg" alt="Mud Hut Travel - The Responsible Travel Choice to southern Africa" border="0"></a>
<img src="logo2.png" alt="Carbon Neutral Web Hosting" border="0">
<img src="fundi expert.jpg" width="150" alt="Mud Hut Africa - South African Travel Expert" border="0"><br>
Copyright © Mud Hut Travel Limited
</div>
</h5>
</div>
</td></tr></tbody></table>
</div></div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-5128411-1");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>';
?>