Day: July 10, 2012

PHP Functions

Limit Characters in a String

Simple enough. echo substr($string, 0,15);

Read more