At least I think..
Can you find out how long a string is in php? Also, is there a way to only display the first X number of characters in a string?
Thanks
strlen() and substr(), look in the php manual at http://www.php.net