PHP显示富文本有关问题

WBOY
Release: 2016-06-13 13:51:46
Original
1556 people have browsed it

PHP显示富文本问题
小弟初学PHP,请教各位高手一个问题:
如何在网页中显示数据库里类型为Bolb的二进制富文本
小弟使用的一个系统,原来是用delphi做的,字段保存的是一个二进制的richtext
现在想到网页上显示出来,要如何实现,请教了!

------解决方案--------------------
考虑到还有其他内容同时显示
所以应输出到div或iframe
------解决方案--------------------
header("Content-Disposition: attachment; filename=myfile.rtf");

试看看
------解决方案--------------------
你得做转换,怎么转换取决于你的格式, 如果格式是通用的, 也许可以找到现成的代码或工具

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!