how to remove comma from string at left ot at right php code example Example: php remove last character from string if comma $string = rtrim($string, ',');