For Example we need remove last comma in string, use this trick: $str = 'php, jquery, mysql, backup,'; echo substr($str, 0, -1);
Read more