EZbb :: A remotely hosted board, that is ran on a network with Global Accounts, and much much more.
It is currently in preBeta Stage, meaning it hasn't yet been built. We would like to see your input into it, WHAT would you like to see?
Usage is
truncate("$text", "#");
Example
$text = "I am browsing hotscripts.com";
truncate("$text", "10");
Would return
I am brows...
$text = "I am browsin";
truncate("$text", "10");
Would return
I am browsin
use
include("./path/to/function.truncate.php");
somewhere on your page.