On Thu, 20 Feb 2003 03:42:14 -0500, you wrote:
>I'm using PHP & MySQL to generate a RTF document. I use this header:
>
>header("Content-type: text/rtf");
Sorry, I should have mentioned
header("Content-Disposition: attachment; filename=myfile.rtf");
as well. Rather easier :)
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

