View Single Post
Old 01-16-2008, 07:40 PM   #10 (permalink)
riscphree
The Wanderer
 
Join Date: Nov 2007
Posts: 10
Thanks: 0
riscphree is on a distinguished road
Default

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
)
riscphree is offline  
Reply With Quote