Hi Marcos,

use substr();

http://www.php.net/manual/en/function.substr.php

$string = substr($string, 0, 10);

James


"Marcos Lloret" <[EMAIL PROTECTED]> wrote in message
019701c131f1$f57bdfa0$371c94c1@mlloret">news:019701c131f1$f57bdfa0$371c94c1@mlloret...
hi to all,
    i have a long string (about 255 characters) and i would like to show
only 10. how can i do it?

thanks in advance,

marcos




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to