Text input with formatting buttons

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
MiniMonty
Forum Contributor
Posts: 196
Joined: Thu Sep 03, 2009 9:09 am
Location: UK

Text input with formatting buttons

Post by MiniMonty »

Hi all,

just wondering if anyone can help - my client has asked me to place two text input boxes into a form
with formatting buttons - they have supplied this image (see below) - frankly I have no idea how to make this
work and just wondering if anyone has a link / tip / snippet to help me out.

Best wishes
Monty
Image
User avatar
AbraCadaver
DevNet Master
Posts: 2572
Joined: Mon Feb 24, 2003 10:12 am
Location: The Republic of Texas
Contact:

Re: Text input with formatting buttons

Post by AbraCadaver »

There are free JavaScript Rich Text Editors that you include in your page. Search and pick one: http://www.webdesignerdepot.com/2008/12 ... t-editors/
mysql_function(): WARNING: This extension is deprecated as of PHP 5.5.0, and will be removed in the future. Instead, the MySQLi or PDO_MySQLextension should be used. See also MySQL: choosing an API guide and related FAQ for more information.
MiniMonty
Forum Contributor
Posts: 196
Joined: Thu Sep 03, 2009 9:09 am
Location: UK

Re: Text input with formatting buttons

Post by MiniMonty »

Beautiful - thanks mate.
Post Reply