romy: $i 1-9 nebeneinader

Beitrag lesen

Hallo

hallo

<A HREF="$ENV{'SCRIPT_NAME'}?action=post&frage=yes&smilieNr=1">1</a>
<A HREF="$ENV{'SCRIPT_NAME'}?action=post&frage=yes&smilieNr=2">2</a>
<A HREF="$ENV{'SCRIPT_NAME'}?action=post&frage=yes&smilieNr=3">3</a>

usw

»

jasmin

<?php

while($i < $maxAnzahlLinks) {
 echo "<A HREF="".$ENV{'SCRIPT_NAME'}."
?action=post&frage=yes&smilieNr=".$i."">".$i".</a>
}

?>

einfach ne while schleife, wie du jetzt die maximale anzahl deiner smilies rauskriegst ist dir überlassen, weiss ja nicht wo du die stehen hast.

romy