website logo
Auteur
avatar
snipe

Forum » » Le coin des codeurs » » Alterner 2 textes


Posté : 14 juil. 2003 à 17:44 icone du post

bah tu fé sa en php tous simplement

<?PHP
$Text1 = "blablabla<br>";
$Text2 = "COINCOIN<br>";
$count = 100;

while($count > 0){
echo $Text1.Text2;
$count--;
}
?>

Sa te vas comme exemple :)

Cet article provient de NPDS
https://www.npds.org/viewtopic.php?topic=6655&forum=5