I am tyring to construct a simple form using php, html and mysql which will store short text description into the database (i.e an about me parapgraph). I would then like to be able to come back to the form view the paragraph, edit it and re-save it into the same space in the DB replacing the older version. I thought a form similar to the one used to write this post would be excelent maybe without some of the functionality if that greatly increaces the complexity. The problem is I have no idea how to go about achiving this. Would someone with a bit of experience point me to some relivent info or even better some examples I could adapt.