Is there a function or anything to display only the first 30 characters from a field. In other words if I have a news table and I only want to display the first 30 letters from each article on the main page, how would I do this?
substr()