answer is near right.. but i have better solution..
echo '';
i change into ...
echo '';
change id into the id you like to delete..
in delete.php u just type this
foreach($delete as $val)
deleteRow($val); //function to delete id in table zz
for your info.. u should not delete the row.. better
In this part:
name="delete[{$a_Row['ID']}]"
I presume I would be including that in the echo for the checkbox elements
somehow?
Something along the lines of:
echo '';
Sorry, but haven't really done too much with PHP before apart from simple
things like guestbooks etc.
TIA
Stay well
Jacob
2009/8/9 Jacob Kruger :
> Hi there
>
> I'm specifically doing something like displaying search results up to 50
> records, and I would like to be able to provide something like a checkbox
> next to each of them to allow multiple records to then be deleted at one
> time, but the problem seems to be
Hi there
I'm specifically doing something like displaying search results up to 50
records, and I would like to be able to provide something like a checkbox
next to each of them to allow multiple records to then be deleted at one
time, but the problem seems to be that either either checkbox nee