ANY way to consolidate this code?
- by JM4
I am building a PHP registration form which takes the following fields for up to 20 athletes:
First Name Middle Initial Last Name
Federation Number Address City State
Zip DOB SSN Phone Email
I am only through 7 of the fields for each fighter and my php file is very large (over 40kb). Is there ANY way to consolidate this code at all? I am…