Search

Rss Posts

Rss Comments

Login

 

Posts from June, 2009

How to cat text in PHP with HTML?

Jun 02

How to cat text in PHP?

function cut($x) {
    if(strlen($x) > 40) {
        $x = substr($x, 0, 40);
        $y = strrpos($x, ' ');
        $x = substr($x, 0, $y);
    }
    return $x;
}
 
Get Adobe Flash playerPlugin by wpburn.com wordpress themes
25 queries. 0.277 seconds.