# CMS: Editing and entry via form

**URL:** https://forum.kirupa.com/t/cms-editing-and-entry-via-form/237352
**Category:** programming
**Created:** [August 29, 2007, 4:56pm UTC](https://forum.kirupa.com/t/cms-editing-and-entry-via-form/237352 "2007-08-29T16:56:35Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![VonGizzle](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/vongizzle/32/3948_2.png) [@VonGizzle](https://forum.kirupa.com/u/VonGizzle)
#### Post date: [August 29, 2007, 4:56pm UTC](https://forum.kirupa.com/t/cms-editing-and-entry-via-form/237352/1 "2007-08-29T16:56:35Z")

</div>

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?
