scamquist Posted September 8, 2011 Share Posted September 8, 2011 My PHP page is connected to a MS SQL database. I have a recipe table that includes has a text field for recipe notes. I want to create a text box, pretty much like what I am using to enter this message and add the text to the database. Can this be done in PHP with the formatting bells and whistles (but no faces)? Quote Link to comment https://forums.phpfreaks.com/topic/246745-add-notepad-field-to-a-php-page/ Share on other sites More sharing options...
xyph Posted September 8, 2011 Share Posted September 8, 2011 A WYSIWYG editor? (What You See Is What You Get) Sure, but it's a bit of work. I'd suggest using a pre-made one - http://www.tinymce.com/ is great. Integrating this with MS SQL will be another task, but one step at a time Quote Link to comment https://forums.phpfreaks.com/topic/246745-add-notepad-field-to-a-php-page/#findComment-1267157 Share on other sites More sharing options...
scamquist Posted September 9, 2011 Author Share Posted September 9, 2011 Thanks for the pointer. I will see if this works and can send the text to my sql database Quote Link to comment https://forums.phpfreaks.com/topic/246745-add-notepad-field-to-a-php-page/#findComment-1267352 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.