A server sends me a $_POST request in the following format:
POST { array1 { info1, info2, info3 }, info4 }
So naturally
try
$_POST['array1'][0] $_POST['array1'][1] $_POST['array1'][2]