i have one html table which contain some coloumn like item name, item weight and item quantity.
i want to display those rows from table which are selected by checkbox. So i have created one coloumn for checkbox in each row.
can anybody tell me how to do above in php ?
please help me.