Very often we need to display only the beginning of a larger text and for this we have substr() function. But we would like to do that without cutting any words (think of poorly truncated words like “butterfly” or “assassin”).
This is a very quick fix for the above problem:
1 2 3 4 . . . → Read More: Substr without cutting words

Recent Comments