divineright wrote in php

Hi all, I need a function that takes a string as input and takes the first N characters from the string and puts it in a new string. The idea is that I have long paragraphs of text stored in my DB and I only want to show the first few lines with a link to the rest.

Thanks