Ajouter Votre Avis
',$row["comentario"]); $form_fecha = $row["fecha"]; $form_fecha = substr($form_fecha,8,2).'/'.substr($form_fecha,5,2).'/'.substr($form_fecha,0,4); $form_noches = $row['noches']; if ($form_noches > 0) { $html_noches = 'Nombre de Nuitées : '.$form_noches.'
'; } $form_nota = $row["nota"]; $form_tipo_alojamiento = $row['tipo_alojamiento']; switch ($form_nota) { case '1': $html_estrellas = '
'; break; case '2': $html_estrellas = '
'; break; case '3': $html_estrellas = '
'; break; case '4': $html_estrellas = '
'; break; case '5': $html_estrellas = '
'; break; } echo '
"'.$form_titulo.'"
'.$html_estrellas.' '.'
'.$form_comentario.'
'.$html_noches.' '.$form_fecha.'
'; } if ((!isset($_GET['todos'])) and ($total_comentarios > $ver_comentarios)) { echo '
Voir tous les avis '.$total_comentarios.'
'; } ?>