FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » Create an RTF table
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Create an RTF table [message #170850 is a reply to message #170845] Thu, 02 December 2010 11:29 Go to previous message
Luuk is currently offline  Luuk
Messages: 329
Registered: September 2010
Karma:
Senior Member
On 02-12-10 12:11, Sarah wrote:
> Hi! I've an RTF file with some labels and using replace I insert my
> values
>
> $contenuto = file_get_contents($fileSorgente);
> $contenuto = str_replace("[label]",$Azienda->test,$contenuto);
>
> Now I've to insert a table but I don't know how to insert this in a
> RTF file
>
> Can you help me?
>
> Thanks

Best (complete) source would be something like:
http://tinyurl.com/2bd7te7

But, quicker could be to create a new doc, en insert a table into that
document.

After saving the doc, open it with an editor, and find the rtf-codes
that are inserted, and try to make sence out of them....

--
Luuk
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: PHP Pear Pager and $pager->linkTags
Next Topic: Using a debugger with PHP
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sun Nov 24 23:00:23 GMT 2024

Total time taken to generate the page: 0.03788 seconds