echo "<meta name=\"description\" content=\"".$row{'Name'}." - ". substr($row['Description'],0,strpos($row['Description'],' ',150)) ."\">\n";
I think that this will break the string at the first whitespace after 150 characters
anyone seen the fingers crossed icon :)