<html> <body> <?php function sayi_yazdir() { for ($deg01=1; $deg01<=10; $deg01++) echo "$deg01 "; } sayi_yazdir(); ?> </body> </html>