Source Code:
(back to article)
<?php $string = "apple,banana,orange,"; echo $string = substr($string, 0, -1);
Result:
Report an issue