Okay. I used the LEFT() directive in my query, but the entire contents of the field were displayed. Here's the code:
$result = mysql_query("SELECT linkid, posid, jobname, imgsrc, LEFT(imgdescrib, 10)
FROM imagetest
WHERE posid = '$posid'");
Let me know if I did this correctly.