Thread: summary
View Single Post
Old 05-05-2003, 09:29 PM   #2 (permalink)
bdl
Senior Contributor
 
Join Date: May 2002
Location: vta.ca.usa
Posts: 555
bdl is on a distinguished road
I don't know of a PHP mysql function that will only pull down a certain amount of text or data from a field, you either get the entire field or you don't. The best thing I can think of to do would be to use explode() to change the text into an array, limited to 100 words, then use implode() to turn it back into a string and print the string.
bdl is offline   Reply With Quote