@Pekka from my question above i have input fields like this input type='text' name='phone[]' input type='text' name='phone[]', how do i get the data into seperate variable using php, i cant do foreach($_POST['phone'] as $phone){}, but it's not working.
print_r($_POST)in the receiving script and you will see.print_r($_GET)if your HTML form usesmethod="get"