I have just moved to nginx and updated my php to php5.3. Now all my PHP code is displaying in the page source code like this:
<div class="bar-icon">
<!-- FaceBook Share -->
<?php include ('facebook_icon_like.php')?>
<!-- /FaceBook Share -->
</div>
Please help.