Difference between revisions of "WolfTech Information Technology"
Jump to navigation
Jump to search
m |
m |
||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
'''''Blah Blah.''''' | '''''Blah Blah.''''' | ||
Line 69: | Line 49: | ||
http://www.ece.ncsu.edu/ [[Image:ECElogo.png]] | http://www.ece.ncsu.edu/ [[Image:ECElogo.png]] | ||
− | |||
− | |||
− |
Revision as of 11:46, 19 June 2006
Blah Blah.
Most Recently Added Pages <newpages> limit=5 </newpages>
<php> include "display_news.inc.php"; $Show = new News(82);
$TClook = '
<a href="news.php?tcID=2640">###EVENT_TITLE#20##</a>
';
$News = new News(82,'Yes','N'); $News->setPerPage(10); $News->doQuery();
PRINT ("
");
PRINT ("
| |
");
require_once('xml_news.php');
- \XML NEWS FEED\ ##############
// important settings for XML news feed $num_stories_to_show = 5; $num_stories = get_xml_news($news,$num_stories_to_show); if( $num_stories < 1 ) { // oh no! echo "News service temporarily unavailable."; } else {
PRINT ("
"); for( $f = 0 ; $f < $num_stories_to_show ; $f++ ) { PRINT ("");} // end for for() loop
PRINT ("");
PRINT $news[$f][date]; PRINT (" | ");
PRINT $news[$f][time]; PRINT (" | - | [");
PRINT $news[$f][link]; PRINT $news[$f][name]; PRINT ("] |
");
} // end of if/else
- /XML NEWS FEED/ ##############
PRINT (" ");
</php>