include "header.inc.php";?>
include "newsgal.inc.php";?>
include "news.inc.php";?>
include "osv.inc.php";?>
date_mod_notizie,0,7); $year = substr($newsObj->date_mod_notizie,0,4); $month = substr($newsObj->date_mod_notizie,6,7); $sqlContent2 = "SELECT * FROM notizie WHERE date_mod_notizie LIKE '%$date%' AND show_notizie = 'si' ORDER BY date_mod_notizie ASC"; $queryContent2 = mysql_db_query($database,$sqlContent2); $rows2 = mysql_num_rows($queryContent2); }else{ $sqlContent = "SELECT * FROM notizie WHERE date_mod_notizie LIKE '%$date%' AND show_notizie = 'si' ORDER BY date_mod_notizie ASC"; $queryContent = mysql_db_query($database,$sqlContent); $rows = mysql_num_rows($queryContent); } ?>