Table with procesing buttons in each line

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
shags_j
Forum Newbie
Posts: 9
Joined: Sun Aug 22, 2010 9:55 pm

Table with procesing buttons in each line

Post by shags_j »

Hi All,

I just need a nudge in the right direction on how this situation is usually approached.

I have a table which is taken straight from a mysql db and displayed in a html table. On each row I have a delete cell (with an image). What's the easiest way to process if someone clicks the delete on that particular line?

Cheers,

J
Post Reply