art_titre; ?> art_date_deb!='' && $row->art_date_deb!='0'){ if ($row->art_date_fin!='' && $row->art_date_fin!='0'){ echo '
Du '.html_date($row->art_date_deb,'/').' au '.html_date($row->art_date_fin,'/').''; } else { echo '
Le '.html_date($row->art_date_deb,'/').''; } } ?>

prepare('select * from article_photo where ph_fk_art=:id order by ph_id ASC'); $req_ph->execute(array( 'id' => $row->art_id )); if ($req_ph->rowCount()!=0){ print('
'); while($row_ph=$req_ph->fetch(PDO::FETCH_OBJ)){ print('
'); } print('
'); } $desc=str_replace( ' ', ' ', $row->art_desc); $desc=str_replace( ' ', ' ', $desc); $desc=str_replace( '', '

', $desc); $desc=str_replace( '
', '

', $desc); echo $desc; ?> art_web!=''){ print('

'); if ($row->art_web_nom!=''){ print(' '.$row->art_web_nom.''); } else { print(' Voir le site internet'); } print('

'); } ?> art_pdf!=''){ print('

'); if ($row->art_pdf_nom!=''){ print(' '.$row->art_pdf_nom.''); } else { print(' Voir le pdf'); } print('

'); } ?>

art_auteur; ?> le art_date_edite); ?>

art_fk_parution!=0){ $req_par = $bdd->prepare('select * from parution where par_id=:id '); $req_par->execute(array( 'id' => $row->art_fk_parution )); $row_par=$req_par->fetch(PDO::FETCH_OBJ); ?>

Article paru dans le Blegny Initiatives n°par_numero; ?> : par_mois.' '.$row_par->par_annee; ?>