setId(SyndicationHandler::getTag('channel', $bo_table)); $oPing->setType('article'); $oPing->request(); unset($oPing); } for($i=0, $c=count($_POST['chk_bo_table']); $i<$c; $i++) { $oPing = new SyndicationPing; $oPing->setId(SyndicationHandler::getTag('channel', $_POST['chk_bo_table'][$i])); $oPing->setType('article'); $oPing->request(); unset($oPing); } ?>