Hi Folks
I am trying to make a php form processing script. The form would have a large text area in it where the visitors could type a few paragraphs of text. I want this script to break the text from the form after 75 characters or if that is in the middle of a word, then break after completing that word. I also would like this script to insert a line number at the beginning of each line.
Does this sound possible? Any help is greatly appreciated.