php trim last character if comma code example Example: php remove last character from string if comma $string = rtrim($string, ',');