How to convert data from database to rtf file. Example: database :
column_1 column_2 column_3 1 aa 123456 2 bb 234der ... And I need rtf file which have this informations: column_1 : 1 column_2 : aa column_3 : 123456 next rtf file have this informations column_1 : 2 column_2 : bb column_3 : 2345der and so on... Every trf file have name like value in column_1. Thanks you roman -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php