Hello guys, I'm new to programming especially in php.
i would like to know how to use the substr() in this kind of problem.
problem:
I have this string.
$stringA = "Hello to all of you!"
output should be this:
"Hello to ..."
I try to use the substr how to obtain this kind of output but i dont get it right.
Please help me.
I do appreciate all your Help.