<?php$states = array("Ohio","New York");array_push($states,"California","Texas");// $states = array("Ohio","New York","California","Texas");print_r($states);?>