text.php
Code: Select all
<?php
header('Content-Type: text/plain');
echo 'This should be displayed in the browser window, '
. 'not opened by a separate application or saved as a file.';
?>If it can be achieved by adding or changing headers, that would be acceptable, but I'm actually asking for a way to configure IE. I've looked through Internet Options without finding anything. I've also tried a few searches online without finding any exact matches to my question.
Edit: This post was recovered from search engine cache.