Dear all,
I have problem with multi selection delete, my code works on single delete but how to delete more than 1 . Could anyone help me please, I have spent over days trying to make this work and I have not solved my problem. This is my code:
if($operation == “del”)
{
$id=$_POST['id']; // the parameters show on firebug is id = 0909, 6787, 3521
$total=count($id);
for($i=0;$i<$total;$i++)
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top