<?php $line[14] = "FIRST_SECOND_THIRD"; $resp = strtolower($line[14]); $resp_ = ucwords($resp, "_"); var_dump($resp_);
You have javascript disabled. You will not be able to edit any code.