$sql_text = mysql_query("SE LECT * FROM memberPosts WHERE id='$id'");
$row=mysql_fetc h_array($sql)
$text = $row["text_body"];
<?php echo substr($text,0, 200);?><a href="#"?id=<?p hp echo $row['id']?>>Read More</a>

check this one