ok. i have a deadline to meet on this, so if anyone can help me, it would be VERY much appreciated.
i need to convert RTF to HTML coz the stupid people who originally made the database did a shocking job of it. i wrote my own rtf converter, but it is buggy and removes some of the content. i have a pearl script that converts rtf almost perfectly, but i cant seem to find a way to call it in php. yes, ive checked all the message boards and stuff, none of the solutions seem to work. i found the code in cold fusion that work:
<cfx_RTF2HTML SOURCE=#string#>
the pearl script file is rtf2html.pl. im currently trying to exec the script (its a win2k server) using "exec('perl d:\central\ilc\website\rtf2html.pl'); " but i need to send the source string to it like the cold fusion code..
help appreciated