看板
[ PHP ]
討論串[請益] PHP 產生 RTF
共 12 篇文章
內容預覽:
我在w3schools.com看到了這則教學資訊,在此自問自答一下,供未來跟我遇到. 同樣問題的人參考:. ----------------------------------------------. Entity References. Some characters have a specia
(還有478個字)
內容預覽:
這樣好了~你寫兩個檔案. 第一個檔案是下載HTML. <a href=1.php>PHP FILE</a>. <a href=download.rtf>RTF FILE</test>. 第二個檔案是產生RTF的這隻程式. <?php. $title = "我愛台灣";. $content = fil
(還有574個字)