Php / include
Fermé
thomas.r
Messages postés
79
Date d'inscription
jeudi 22 mai 2008
Statut
Membre
Dernière intervention
29 janvier 2009
-
4 août 2008 à 13:16
thomas.r Messages postés 79 Date d'inscription jeudi 22 mai 2008 Statut Membre Dernière intervention 29 janvier 2009 - 4 août 2008 à 13:33
thomas.r Messages postés 79 Date d'inscription jeudi 22 mai 2008 Statut Membre Dernière intervention 29 janvier 2009 - 4 août 2008 à 13:33
4 août 2008 à 13:33
include 'function.php'
for ($Index_gauche=0;$Index_gauche<ceil($lngIndex/2);$Index_gauche++){
?>
<table width="400">
<tr valign="top">
...
</td>
</tr>
<tr>
<td colspan="3" class="lightBlueBg"></td>
</tr>
</table>
<?
}
?>
</td>
<tr>
<td valign="top">
<?
include 'function.php'
for ($Index_droite>=ceil($lngIndex/2);$Index_droite<$lngIndex;$Index_droite++) {
?>
<table width="400">
</tr>
<tr>
<td colspan="3" class="lightBlueBg"></td>
</tr>
</table>
<?
}
?>
</td>
</tr>
</table>