Page 1 of 1

trim 3 first letters from word

Posted: Sun Aug 29, 2004 7:08 am
by ddragas
How to trim 3 first letters from word

Example:

word=letter

trimed letter = ter

Posted: Sun Aug 29, 2004 7:08 am
by patrikG
[php_man]substr[/php_man] will do the job.

Posted: Sun Aug 29, 2004 2:15 pm
by ddragas
Thank you

It works