Ben o zaman MySQL veritabanı kayıtları eklemek için kod yürütmesine addstuds.php arayacak olacak bu html formu var.
<form name="formcheck" method="post" action="addstuds.php">
<td width="30" height="35"><font size="3">*I D Number:</td>
<td width="30"><input name="idnum" onkeypress="return isNumberKey(event)" type="text" maxlength="5" id='numbers'/></td>
</tr>
<tr>
<td width="30" height="35"><font size="3">*Year:</td>
<td width="30"><input name="yr" onkeypress="return isNumberKey(event)" type="text" maxlength="5" id='numbers'/></td>
<td width="30" height="35"><font size="3">Section:</td>
<td width="30"><input name="sec" type="text" maxlength="15"></td>
</tr>
Regstuds.php (html form) addstuds.php sokma kodundan sonra tekrar görülecektir biri olacak, böylece ne yapmam gerekiyor yürütme bitirir? Lütfen yardım