Quantcast
Channel: CodeIgniter Forums - All Forums
Viewing all articles
Browse latest Browse all 14343

Set Message With strtolower('{field}') not working

$
0
0
I am trying to make the {field} display in lower case in set message but has first letter upper case.


PHP Code:
$this->form_validation->set_message('is_unique''This ' strtolower('{field}') . ' all ready exists please choose another!'); 

Viewing all articles
Browse latest Browse all 14343

Trending Articles