$html = ""; while($rowlents_p = mysql_fetch_array($lents_p)) { $html .= $rowlents_p[news] . $like; } echo $html;