Posted by BLob on 03/29/06 10:12
Hi,
I need to create an RTF document with PHP. Actually, I am using an already
created RTF document which with strings like %var% that I replace with $var
before sending the document. I need to create a link like
http://www.example.com/id_content=125 but my problem is that in the document
produced :
I can read http://www.example.com/id_content=125
But if I click on the link it goes to
http://www.example.com/id_content=%id_content%
Does anyone have the syntax on how to create links in RTF ?
Thanks
BLob
Navigation:
[Reply to this message]
|