hello pros,
I have a simple question...
I have entries automatically going into a certain field in my MySQL database seperated by commas. Like so:
$field = first, second, thrid, fourth,
Now, See that comma after the last word? I'd lie to get rid of that before it enters my database.
Is there an easy way to strip this last comma?
Please help. Every coding example is appreciated!
Thanks.