Using Perl , I usually say $string=~s /,$//; to chop off a particualr char on end. How do you do this using PHP. Thanks, Dexter
- RE: [PHP] How to chop off a char off end? Dexter
- RE: [PHP] How to chop off a char off end? Matthew DeChant
Using Perl , I usually say $string=~s /,$//; to chop off a particualr char on end. How do you do this using PHP. Thanks, Dexter