echo $row->art_titre; ?>
if ( $row->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,'/').'';
}
} ?>
$req_ph = $bdd->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('');
}
$desc=str_replace( ' ', ' ', $row->art_desc);
$desc=str_replace( ' ', ' ', $desc);
$desc=str_replace( '', '', $desc); $desc=str_replace( '
', '', $desc); echo $desc; ?> if ($row->art_web!=''){ print('
'); if ($row->art_web_nom!=''){ print(' '.$row->art_web_nom.''); } else { print(' Voir le site internet'); } print('
'); } ?> if ($row->art_pdf!=''){ print(''); if ($row->art_pdf_nom!=''){ print(' '.$row->art_pdf_nom.''); } else { print(' Voir le pdf'); } print('
'); } ?>echo $row->art_auteur; ?> le echo date('d/m/y à G:i', $row->art_date_edite); ?>
if ($row->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); ?> } ?>