', '¾', '½', '?' ), array ( '&' , '"', ''' , '<' , '>', '¾','½','⅜' ), $text); return ($text); }; include('header.php'); echo"

\"The



"; $result = mysql_query("SELECT * FROM thegreatplains_news ORDER BY date DESC LIMIT 25")or die(mysql_error()); while($row = mysql_fetch_array($result)){ $title=$row['title']; $text=$row['text']; echo"

$title

$text


"; } include('footer.php'); ?>