Re: [PHP-DB] dynamic data manipulation in form

2005-03-18 Thread Mark Cain
You can try tinyMCE http://moxiecode.com/downloads_tiny_mce.php Mark Cain - Original Message - From: "Doug Finch" <[EMAIL PROTECTED]> To: "phpdb-list" Sent: Friday, March 18, 2005 4:42 PM Subject: [PHP-DB] dynamic data manipulation in form > I have a

RE: [PHP-DB] dynamic data manipulation in form

2005-03-18 Thread Bastien Koert
You can add bbcode or for true 'wow 'em' factors, use htmlarea (www.htmlarea.com) bastien From: Doug Finch <[EMAIL PROTECTED]> To: phpdb-list Subject: [PHP-DB] dynamic data manipulation in form Date: Fri, 18 Mar 2005 15:42:18 -0600 I have a script that I have written in PHP

[PHP-DB] dynamic data manipulation in form

2005-03-18 Thread Doug Finch
I have a script that I have written in PHP that is a basic form that inputs simple text into a mysql db. One section is just a textarea value that I would like to be able to add some dynamic formatting to the text being entered if the user wants. For example, I want to give the user the abili