$total_pages pages
Total $total_results stories
"; $navigation = ""; $buffer = ''; if ($total_results > 0) while ($news_info = mysql_fetch_array($org_result)) { $story = substr( strip_tags($news_info['story']), 0, 200 ) . '...'; $link = 'index.php?page=newsview&nId='.$news_info['nId']; $buffer .= '

'.$news_info['title'].'
'. $story .'
Author: '.$news_info['author'].'
Post Date : '.$news_info['storyDate'].'

'; } } ?>