when you submit the forms they are already in an array. if you submit it via post the array is called $_POST and if you submit it via get then the array is called $_GET Can you explain it a little bit better what you are trying to achieve?