if(count($news_data)>0){
foreach($news_data as $row){
$row['student_name'] = strip_tags($row['student_name']);
$content = strip_tags($row['short_text']);
$link = '/about-student-honor-detail.php?id='.$row['id'].'&new_current_page='.$current_page.$back_url_vars;
?>
}
}
?>