<?php $exp = explode($_POST["cat1"]); $str = ""; for($i=0;$i<count($exp);$i++) { $str = $str . strtolower($exp[$i]); } ?> <?=echo $str?>