tags:

views:

106

answers:

2

Hi all,

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 and editing the displayed data.

Data that will be displayed to the wysiwyg will be from a mysql query.

i use php.

A: 

TinyMCE or FCKEditor are good places to start for WYSIWYG editors.

Karsten
do they support displaying/editing mysql query data in table form?
the_forgotten_guru
i don't know exactly what you mean with "mysql query data". Is maybe phpmyadmin what you want? http://www.phpmyadmin.net/
Karsten
+1  A: 

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

Ben Fransen