<div id="hedar_main">
<div id="hedar1">
<?php include('menu.php')?>
</div><!--end of header1 -->
</div><!--end of header-main -->
</div><!--end of header -->
<div class="rightdiv">
<?php include('local_auth.php')?>
<?php include('news.php')?>
<div class="midal_right">
<center><div class="divimg"><img src="images/home_img1.jpg" /></div></center>
<center><div class="divimg"><img src="images/home_img2.jpg" /></div></center>
</div><!--end of midal_right -->
</div><!--end of rightdiv -->
<div id="futter">
<div id="futter_main">
<div id="futter1">
<?php include('footer.php'); ?>
</div>
</div>
</div>
Here I included 4php file So my question is that is this proper way of coding please guide me ...
Thank you in advance..!