<?php
      phpinfo();
    ?>

  lets Mozilla "download" the file.

    <?php
      header('Content-Type: text/html; charset=iso-8859-1');
      phpinfo();
    ?>

  lets Mozilla "show" the file.

  The latter is intended behaviour, I think.

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/                 http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to