if (strlen($filename) > 70) {
//trim the string to 70 chars
//delete chars from the beginning!
}
what method do i use.
regards matt
|
|
|
to get the last chars from a string:
first 70 chars:
but, of course, you could check php docs for more info. |
||||
|
|