Well Im just a beginner in php. I looked at the php functions at w3schools and searched Google for a function that could allow me to show only few characters in the output. But I could get one.
Im pulling out some records from the db. I have a text field that has lots of characters. I need to display only 80 characters, How could I do it?
Is there a function that would enable me to do it
Thanks experts.