I have a form and I need the information in the form to be process in my array. When I use the code $numbers = array($_POST[info]) the information is inserted from the form, but it does not make an array. Can someone help me create a form that will create an array.