I am trying to put together an admin for my CMS I have done in MYSQL and PHP so its easier to add from the backend. can anyone help me with the code I am trying to put together. Please PM me if you would like to help, thankyou.
I'm not willing to give you personal one to one help, but if you've built a site in PHP I assume you already know how to query databases and construct pages from the resulting data? Building an admin area is a very simple extension of that knowledge. I suggest you take a crack at it yourself then come back with any specific questions.
How are you getting data into your CMS? If you don't already have an admin section it's just database queries Go get http://www.fckeditor.net/ and use it to post into and edit your content.