for($i=1; $i<=$sayfasayisi; $i++) {
echo "<a style="float:left" href='index.php?sayfa={$i}'>{$i}</a>";
}
?>