Quote:
Originally Posted by triplebig
if i want to add additional field how do i add my field in the script below ?
i want to add participantTotal & lecturerName field
|
Supposing you added two new fields to your form:
And in insert5.php you collect the values from $_GET["lecturerName"] and $_GET["participantTotal"],
then the new header command would look like this: