este codigo si tiene ke funcionar
Código PHP:
<?php
$registro = 0;
for( $tabla = 0; $tabla <= 20; $tabla += 4)
{
echo '<a href="for.php?suma='.$registro.'">' . $tabla . '</a>';
$registro++;
}
?>
porke dices ke no ke pasa ?? ahi te debe imrpimir 6 registro con nombre 0, 4, 8, 14, 16, 20 y url 0, 1, 2, 3, 4, 5, 6