01-16-2008, 07:40 PM
|
#10 (permalink)
|
|
The Wanderer
Join Date: Nov 2007
Posts: 10
Thanks: 0
|
I've got it at least to recognize the number of items being submitted, but it doesn't pass the values still. when I checked three boxes it ouput:
Code:
Array
(
[deletebox] => Array
(
[0] =>
[1] =>
[2] =>
)
[submit] => delete messages
)
|
|
|
|