LES PODCASTS

 
00:00:00/00:00:00
'; else $entete_photo=''; $tags=explode(',',$row['keywords']); $strtags=''; foreach ($tags as $value) $strtags .= ''.htmlentities(trim($value),ENT_COMPAT,'UTF-8').' '; echo '
'.$entete_photo.'
'.htmlentities($row['titre_podcast'],ENT_COMPAT,'UTF-8').'
'.htmlentities($row['chapo'],ENT_COMPAT,'UTF-8').'
'; $sql="SELECT * FROM lien_podcast WHERE podcast_id=".$row['podcast_id']." ORDER BY titre_podcast"; $result0=mysqli_query($dblink, $sql); while ($result0 && $row0=mysqli_fetch_array($result0)) { echo ''; } echo ''; echo '
'; } ?>