Just wondering how to get the data from my $POST array. Haven't done this before. Here is the array:
Array
(
[checkbox] => Array
(
[0] => 000956638
[1] => 001392151
)
)
I will use the id numbers from the $_POST array to retrieve those records from the mysql db.
Thank you.
BTW, how do you mark an issue as solved ??