Sorry for the split thread thing and thanks for your answer i understand now how it works but it doesn't solve my problem.
i want to receive things from the form to an array so that if i wrote a list say 1,2,3,4,5 i will get an array of 12345 one in each cell but $_POST seems to put each character to each cell so instead i get 1,2,3 as my array