i am posting an array of checkboxes. and i cant get it to work. i didnt include the proper syntax in the foreach loop to keep it simple. but it is working. i tested in by tr
Your $_POST array contains the invite array, so reading it out as
won't work since it's an array. You have to loop through the array to get all of the values.