Untitled
unknown
plain_text
5 months ago
483 B
3
Indexable
<?php for ($i=1; $i<=$dersSayisi; $i++) { if ($i%2==0) echo "<tr bgcolor='#FFA500'>"; else echo "<tr>"; echo "<td>DERİS ADI</td><td></td><td><input type=text name=ders.$i></td>"; echo "<td>ÖĞRENCİ SAYISI</td><td></td><td><input type=text name=ogrSayisi.$i></td></tr>"; } echo "<tr><td></td><td></td><td></td><td></td><td><input type='submit' name='gonder' maxlength='9'></td></tr>"; echo "<input type='hidden' name='dersSavisi' value='" . $dersSavisi . "'>"; ?>
Editor is loading...
Leave a Comment