WPBPL Library Currents E-Newsletter This RSS Feed features the issues and their descriptions of the Library Currents E-Newsletter available at http://www.wpb.org/LibraryCurrents/ http://www.wpb.org/librarycurrents/ http://www.wpb.org/librarycurrents/images/logo.gif 60 webmaster@wpb.org Copyright ' . date("Y") . ' ' . date("r") . ' ' . date("r") . ' http://www.wpb.org/librarycurrents/images/logo.gif WPBPL Library Currents E-Newsletter http://www.wpb.org/LibraryCurrents/ 104 123 '; $results = $mysqli->query($sql); if($results->num_rows) { while($row = $results->fetch_assoc()) { $theDate = explode("-", $row['date']); @ $timestamp = mktime(17,0,0,$theDate[1],$theDate[2],$theDate[0]); $date = date("r", $timestamp); echo " " . htmlentities(strip_tags($row['wp_issue_name'])) . " " . htmlentities(strip_tags($row['wp_issue_desc'],'ENT_QUOTES')) . " http://www.wpb.org/librarycurrent/newsletter.php?issue=$row[wp_issue_id] $date "; } } echo" "; ?>