Aller au contenu
View in the app

A better way to browse. Learn more.

Next

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

hauteur de tableaux limité a 299 lignes !

Featured Replies

Posté(e)

Salut !

ben tout est dans le titre !

peu on afficher plus de lignes ??

merci de vos réponses ! :mdr:

Posté(e)

Tiens, jamais eu ce problème...

A priori y'a pas de limite pourtant ?

Va vérifier sur www.w3c.org, dans la RFC, c'est la première chose à faire.

Posté(e)
  • Auteur

pas trouver de reponse sur ton site :keskidit: !

si ca peut aider voici le code:

while($row=mysql_fetch_array($result))

{

?>

<table border=2>

<tr>

<td width=55 align="right">

<a href=<?echo ('modif.php?id='.$row["identif"]);?>>

<?

echo $row["identif"];

?>

</a>

</td>

<td width=300 align="center">

<?

echo $row["nom"];

?>

</td>

<td width=150 align="center">

<?

echo $row["realisateur"];

?>

</td>

<td width=50 align="center">

<?

echo $row["annee"];

?>

</td>

<td width=200 align="center">

<?

echo $row["acteurs"];

?>

</td>

<td width=70 align="center">

<?

echo $row["genre"];

?>

</tr>

</table>

<?

}

?>

<br>

  • 2 semaines après...
Posté(e)

Deja la ton code fais pas n lignes d'un tableau tu fais n tableaux de 1 ligne. Donc c'est pas le soucis que tu decris.

Sors les tags HTML <table> et </table> de ton while pour faire ce que tu dis.

Ensuite y'a une erreur dans le tag <a href... il te faut rajouter les " apres le = de href (et le remettre a la fin de l'URL).

Et pour finir, j'espere que les champs de ta base de donnees ne contiennent pas de tags HTML sinon ca fera foirer tout ton affichage si par exemple (par malheur) il y a un champ (nom par exemple) du style :

"nom de film <table>" (ou tout autre tag HTML en fait)

Il te faut utiliser la fonction strip_tags pour te proteger de ce genre de problemes.

Archivé

Ce sujet est désormais archivé et ne peut plus recevoir de nouvelles réponses.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.