Hi everyone. I'm pretty new to PHP, sorry for the newb question :-)
I'm building a website and I want the client to be able to manipulate everything on it, including the text for pages such as FAQ, Terms and Conditions etc.
Basically there will be an admin page with a textarea input form, and the admin will upload/edit the content to a mysql database. Let's say I want the content to look like this :
Headline 1 Bla bla bla bla
Headline 2 Bla bla bla bla . . . . etc.
and then when it is uploaded / retrieved from mysql the format is kept. don't really know what to use, is there an WYSIWYG editor, or php extension that will allow this? Or what is the best way in going about this?