Hi, all
I have a problem of carrying an array to another page. I'm trying to delete records with checked boxes on the first page which is "getStud.php",so on the form, i carry the variable of the array from here:
echo "<form method=POST action=\"deleteStud.php?arrs[]=".$arrs[]."\">
$arrs[] is the array of the name of the check boxes. What I'm trying to do is similar to deleting the emails. You check the boxes in front of the emails and hit Delete button.
well, it didn't work. Help me please, thanks.
I have a problem of carrying an array to another page. I'm trying to delete records with checked boxes on the first page which is "getStud.php",so on the form, i carry the variable of the array from here:
echo "<form method=POST action=\"deleteStud.php?arrs[]=".$arrs[]."\">
$arrs[] is the array of the name of the check boxes. What I'm trying to do is similar to deleting the emails. You check the boxes in front of the emails and hit Delete button.
well, it didn't work. Help me please, thanks.