/ Published in: PHP
URL: http://cutephp.com/click.php?cutenews_latest
CuteNews is a FREE, powerful and easy-to-use news management system that uses flat files to store its database. Among the features it supports are commenting, archives, search function, file upload management, backup & restore, IP banning, flood protection and many more other cool things.
Expand |
Embed | Plain Text
<?PHP // Our Latest 5 Headlines: $static = TRUE; $number = "5"; $template = "Headlines"; include("path/to/show_news.php"); // The News include("path/to/show_news.php"); ?>
You need to login to post a comment.
