<?php include 'header.php'; ?> <div align="center"> <form method="post" action="musterieklendi.php"> <b>Müþterinin Adý Soyadý:</b><br /> <input name="adsoyad" type="text" class="text" size="60" /><br /> <b>Müþterinin Telefon Numarasý:</b><br /> <input name="telno" type="text" class="text" size="60" /><br /> <b>Müþterinin E-Mail Adresi:</b><br /> <input name="mail" type="text" class="text" size="60" /><br /> <b>Müþterinin Sistem Þifresi:</b><br /> <input name="pass" type="password" class="text" size="60" /><br /> <b>Müþterinin T.C. Numarasý:</b><br /> <input name="tcno" type="text" class="text" size="60" /><br /> <b>Notlar:</b><br /> <textarea name="nots" cols="50" rows="6"></textarea><br /> <input type="submit" value="Müþteriyi Ekle" /> </form> </div> <?php include 'footer.php'; ?>