<?php include 'header.php'; ?> <div align="center"> <form method="post" action="bankabileklendi.php"> <b>Banka Adý:</b><br /> <input name="bankaad" type="text" class="text" size="60" /><br /> <b>Þube Adý/Kodu:</b><br /> <input name="subeadkod" type="text" class="text" size="60" /><br /> <b>Hesap No:</b><br /> <input name="hesapno" type="text" class="text" size="60" /><br /> <b>IBAN No:</b><br /> <input name="ibankod" type="text" class="text" size="60" /><br /> <b>Hesap Sahibi:</b><br /> <input name="hesapsahibi" type="text" class="text" size="60" /><br /> <input type="submit" value="Banka Hesabýný Ekle" /> </form> </div> <?php include 'footer.php'; ?>