10-11-2015, 10:37 AMNoah Wrote: 09-11-2015, 10:23 PMBeliever Wrote: PHP $string = substr($string,0,20).'...'; n of course word-break: break-word; after 20 letters itll put .... infront Thank you, I already knew about word-break but that was not it so eventually I asked a friend for help and he sent me a very similar code to yours and now it works, thank you for elaborating!
09-11-2015, 10:23 PMBeliever Wrote: PHP $string = substr($string,0,20).'...'; n of course word-break: break-word; after 20 letters itll put .... infront
Loading Info...