Is it possible to stop the editor from automatically deleting server side includes tags such as the following?
<?php include('../../includes/navigation.txt'); ?>
It would potentially be valuable if such tags were retained and simply ignored by the editor when code containing such tags is loaded into the editor.