This is the online version of UNU-MERIT’s I&T Weekly which is sent out by email every Friday. If you wish to subscribe to this free service, please submit your email address in the box to the right.
Issue echo("$issue_show, $year "); ?> |
|||
This week's headlines: |
"); //COMPLETE STORIES $ictweekly=mysqli_query($dbcnx2, "select * from ictweekly where issue = '$issue' order by prioritycode"); while($row=mysqli_fetch_array($ictweekly)) { $nid=$row["nid"]; $headline=$row["headline"]; $body=$row["body"]; $body = str_replace("\n\r", " ", $body); $body=html_activate_links($body); $hyperlink=$row["hyperlink"]; $source=$row["source"]; $issue=$row["issue"]; $date=$row["date"]; $prioritycode=$row["prioritycode"]; list ($year, $month, $day) = preg_split ('[-]', $date); ?> | ||
"> |
|||
echo("$headline"); ?> | |||
if ($month=="01")
echo("January ");
elseif ($month=="02")
echo("February ");
elseif ($month=="03")
echo("March ");
elseif ($month=="04")
echo("April ");
elseif ($month=="05")
echo("May ");
elseif ($month=="06")
echo("June ");
elseif ($month=="07")
echo("July ");
elseif ($month=="08")
echo("August ");
elseif ($month=="09")
echo("September ");
elseif ($month=="10")
echo("October ");
elseif ($month=="11")
echo("November ");
elseif ($month=="12")
echo("December ");
echo("$day, $year"); ?> |
|||
echo("$body"); ?> |
|||
|