$value){ $jsone['result'] = "Fail"; $jsone['message'] = "Length of " . $id . " should be less than ".$value; echo json_encode($jsone); exit; } } ?>