heres what i got. I am trying to think how to use the unset command to destroy a line in my array. but write the code so that it works with the button... any ideas anyone? thanks in advance.
print "<table>";
foreach ($skus as $sk => $qt ) {
print "<tr><td bgcolor=$tog>$sk</td>";
print "<td align='right' bgcolor=$tog>$qt</td>";
print "<td><input type=button value=Del </td><tr>";
}
print "</table>";