Hi I got a problem:
I passed a value in the index_type variable from personal_form.php
Here is the code:
<input type=hidden name="index_type" value="Educational Background"; ?>
The user picks the record to be deleted.
The personal_form.php calls the proc_athlete.php
Here is the code:
The error is:
Notice: Undefined index: index_type in c:\web\apds\proc_athlete.php on line 13
I hope you could give me a tip. Thanks.