http://php.net/manual/en/control-structures.for.php

for ($i = 1; $i <= 10; $i++) {
    echo '<a href="link.php?id='.$i.'">'.$i.'</a><br>";
}