PHP Form Validation
- by JM4
This question will undoubtedly be difficult to answer and ask in a way that makes sense but I'll try my best:
I have a form which uses PHP to display certain sections of the form such as:
<?php if ($_SESSION['EnrType'] == "Individual") { display only form information for individual enrollment } ?>
and
<?php if ($_SESSION['Num_Enrs']…