Bonjour
j'aimerai mettre ces lignes de codes sous forme de variable mais je bute sur la syntaxe
c'est pour pouvoir l'utiliser dans une condition
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19 <table width="600" border="0" cellspacing="0" cellpadding="0"> <tr> <td><?php echo "TITRE : ".$row_affichebiblio['titre_biblio_film'].""; ?></td> </tr> <tr> <td><?php echo "AUTEUR : ".$row_affichebiblio['auteur_biblio_film'].""; ?></td> </tr> <tr> <td class="traitBas"><?php echo "LIEN : ".$row_affichebiblio['lien_memo_biblio_film'].""; ?></td> </tr> </table> <?php } while ($row_affichebiblio = mysql_fetch_assoc($affichebiblio)); ?> </td> </tr></table>
j'aurais donc
$mavariable = le code ci dessus
merci de votre aide







Répondre avec citation
Partager