<?php $_POST = array( 'selectCountries' => array('Columbia'), 'startDate' => '2001-01-01', 'minAcres' => 0 ); print_r($_POST); $x = $_POST['minAcres']; echo $x; ?>