how to create a datagrid in php codes? or delete a particular row in a list.?

Actually i just want to have a delete button that deletes that particular row of data in a list so each row there'll be a delete button. Must i first create a datagrid? If not, please guide me how.

Also,what i've gathered from looking at different websites is that there seems to be a datagrid.class.php file that's needed and that the bind method is used? I'm just clueless what should be added in the datagrid.class.php. All i want is a very simple layout.

Any help will be appreciated but do not leave an answer saying why must you put a delete button on each row or something like that. thanks!
 
Back
Top