PHP Editing MySQL Values

Alright, so I have a page that displays database contents. On each of the entries, I have it print out a “Edit this entry” link. When you go to the link, it goes to a form that you can use to edit the database content. The forms are blank right now and the problem is, the people editing the feilds dont know what they are editing exactly if that makes any sense. What would be an easy way to pass the information through the edit link and display each field in the text field of the edit form.

I hope that makes sense :slight_smile:

Thanks!