Hi guys,
I have a simple blog script I wrote myself, which enables me to add and delete entries in mysql via php, and in turn display these entries. The problem I have now is I’m going to be using the same framework for a live project.
Ultimately the information will be fired into an SWF, but my question for you all concerns the CMS that the admin will be using. I need to give them the power to edit an entry.
At the moment the main admin page displays all current entries, with a little delete link underneath. I’m thinking the easiest way to achieve what I want would be to add a little edit link, then lead to a page that pulls that entry and spits it out on to a form.
Any ideas how to achieve this?