How can I take RTF further

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ScottishAl
Forum Newbie
Posts: 2
Joined: Wed Apr 05, 2006 10:00 am

How can I take RTF further

Post by ScottishAl »

Hi,

I'm new to using PHP to RTF and have gotten by so far with the info. from the PHP MySQL Web Development book. I can create a simple letter from results in my web pages - great :)

However, how can I go from creating a letter, to say, creating namebadges or an invoice i.e. an RTF doc where data is repeated in the doc. (such as a table of data) whether that's names or the lines on a order for X number of products?

Any assistance, greatly appreciated, I've been looking for books, online tutorials etc. literally for months, but can't seem to find the answer anywhere.

Och Aye!
ScottishAl
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Post by onion2k »

ScottishAl
Forum Newbie
Posts: 2
Joined: Wed Apr 05, 2006 10:00 am

Post by ScottishAl »

I'd like to go down the pdf route, only problem is that my users frequently need to edit the documents, hence the RTF route.
Post Reply