$states = array("A","B","C"); print "Before reverse: "; print_r($states); print "After reverse: "; print_r(array_reverse($states));?>