slt les gars,
sur ma page d'accueil de mon site web
en bas tjr je trouve ça
j'ouvre mon fichier php je supprime ça
mais elle revient comment faire aider moi
merci
<!--booton-suivant-->
<?php
if($current==ceil($total/7)){
echo ' ';
}elseif($current>=1){
?>
<li class="navigation"><a href="?page=<?php echo $next; ?>">??????</a></li>
<?php }?>
</ul>
<?php }?>
<?php ?>
</div>>>>>>>>>>>
je supprime ça mais il revient tt seul
<!--booton-suivant-->
<?php
if($current==ceil($total/7)){
echo ' ';
}elseif($current>=1){
?>
<li class="navigation"><a href="?page=<?php echo $next; ?>">??????</a></li>
<?php }?>
</ul>
<?php }?>
<?php ?>
</div>