On Saturday 29 June 2002 09:37 pm, Mario Bittencourt wrote: > I need to generate RTF files from within PHP scripts based on user > input. Do you know of any package to do the trick ? >
Besides the package already named, you can also just read an rtf template file and use str_replace.. It's plain ascii after all. Not as good as generating, but quite usable for a quick hack. Gerhard -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php