Hi Guys,
Is there a function that can restrict output of characters from a string?
For Example
$string = "Hi Guys, Nice Meeting You"
It has 25 characters,
How to i use php to ristrict it to 5 characters and leave it with a '...' trailing
This is how i want it to output
>> "Hi Gu..."
Thanks for your help!
Is there a function that can restrict output of characters from a string?
For Example
$string = "Hi Guys, Nice Meeting You"
It has 25 characters,
How to i use php to ristrict it to 5 characters and leave it with a '...' trailing
This is how i want it to output
>> "Hi Gu..."
Thanks for your help!
