Listed under PHP Development
Five things you should do (or not do) when you are starting out with PHP.
Comments [4]
Listed under PHP Tips & Tricks
Recently I signed up for a VPS plan hoping to try out my hands at managing my own server. Plus I wanted to use a PHP opcode cache like XCache or eAccelerator for my PHP sites.
Comments [1]
Listed under PHP Tips & Tricks
Use this simple piece of code to truncate a long text string along word boundaries. Very useful for displaying a summary with specified number of words from a long text.