WYSIWYG for displaying sql query
i am looking for a wysiwyg to embed in my web page. the thing is, the wysiwyg am looking for should be table based wth functionality for printing an开发者_如何学编程d editing the displayed data.
Data that will be displayed to the wysiwyg will be from a mysql query.
i use php.
Those are RTE's but don't come with a highlight code syntax..
Maybe this article helps you to get started? It introduces the Text_Highlighter package from PEAR.
http://articles.sitepoint.com/article/highlight-source-code-php
TinyMCE or FCKEditor are good places to start for WYSIWYG editors.
精彩评论