How Delete comments by author comment with id? [closed]

How Delete comments by author comment with id page? using php and mysql

I have a table guestbook for users , Everything is fine but there’s a thing cant do it , How I allowing user to delete his comment later?

Example :>>>

User (A) Has commented Test Good (id row table comment 133)
User (A) Has commented Test Nice (id row table comment 632)

User (B) Has commented Test 2 (id row table comment 12312)

User (C) Has commented Test 3 (id row table comment 131 )

My Id page url for comments testcomment.php?id=1

How allow Session User(A) .Show Text (Delete button ) for test Good and Nice comment , And Hide this Delete Button for other one
I need Delete Comment for every author

Im using dreamweaver cs6

I looked for everything but tired