Guys i have a website
My Website Here
I currently have an admin system, that allows me to edit the content on the front page. So i can enter html code in here, because its just a php script which echo's a database containing the code.
The problem with doing this is, that i cant enter php content into the admin system, because its already in a php script.
I was wondering then, how do you guys do admin-ey st uff like this.
I want a system where i can move articles from one page to another and edit them easily, with php code and html code.
Any ideas ?