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

using var_dump
Code:
var_dump($_POST)
and checked three boxes (IDs of 37, 27, and 21)

Gives me:

Code:
array(2) { ["deletebox"]=>  string(0) "" ["submit"]=>  string(15) "delete messages" }
riscphree is offline  
Reply With Quote