04-18-2016, 11:14 PM
Parse error: syntax error, unexpected end of file in C:\Program Files (x86)\EasyPHP-Devserver-16.1\eds-www\innovationci3\application\views\cms\index.php on line 182
A PHP Error was encountered
Severity: Parsing Error
Message: syntax error, unexpected end of file
Filename: cms/index.php
Line Number: 182
Backtrace:
views/cms/index.php
line 182 is after </html>
How to fix the error?
Thanks in advance.
A PHP Error was encountered
Severity: Parsing Error
Message: syntax error, unexpected end of file
Filename: cms/index.php
Line Number: 182
Backtrace:
views/cms/index.php
PHP Code:
<b>Latest Projects:</b><br><br>
<img src="<?php echo base_url('images/large pic.jpg');?>" width="200px">  <img src="<?php echo base_url();?>images/large pic3.jpg" width="200px">  <img src="<?php echo base_url();?>images/large pic4.jpg" width="200px">  <img src="<?php echo base_url();?>images/large pic5.jpg" width="200px" height="165px">
<?php if($images) : ?>
<?php foreach ($images as $image) : ?>
<?php echo "loop"; // do loop ?>
<?php endforeach; ?>
<?php else : ?>
<?php echo "no images"; // deal with no images found ?>
<?php endif; ?>
<?php
foreach ($images as $image) {
?>
<li>
<span class="zoom">
<img src="http://www.purelineliving.com/public/thumb.php?src=<?php echo $rec->src;?>&w=800&h=800&zc=1">
</span>
</li>
<?php
}
?>
<br><br><br>
<!--
<b>Client - client kami antara lain:</b> <div id="proyek"> <b>Proyek masih dalam pengerjaan: </b></div><br>
<img src="images/logo1.jpg"> <img src="images/logo2.jpg">       <img src="images/logo3.jpg"><br>
-->
<br>
</center>
<!-- </div> -->
</body>
<!-- navigation -->
<?php include('footer.php'); ?>
<!-- end of navigation -->
</html>
line 182 is after </html>
How to fix the error?
Thanks in advance.
" If I looks more intelligence please increase my reputation."