Category Backend

Server side programming. LAMP Stack, NodeJS, CodeIgniter and more.

Trim long texts by words in PHP

We don’t like reading chopped sentences like “Star Wars Old Republic is be….”. It looks fugly. Usually, when trimming text you will go with substr(), but there is a much better way to do it, and believe me, you trimmed…

Alternate row colors with PHP

I know there are several ways to accomplish this, however, of all the ones I’ve tried, this is the shortest so far: So, if you make two classes, row1 and row2, each with a different background color, the result will…