Is this what you mean?
<?php
header("Content-type: application/rtf");
echo "Hello World";
?>
Ren�
Craig wrote:
>Is this possible
>I want to create a form, similar to an invoicing system that generates a
>word document that the user can print out
>
>Any help would be gratefully appreciated.
>
>craig
>
>
>
>
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

