AppStateESS / InternshipInventory

Web app for tracking and approving student internships.
http://appstateess.github.io/InternshipInventory/
GNU General Public License v3.0
9 stars 22 forks source link

Searching by Major with '&' in Name #440

Open caldwellc1 opened 4 years ago

caldwellc1 commented 4 years ago

When you search by major and the major's name includes the '&' symbol the system reads after the & as a new field causing a 'Invalid argument supplied for foreach()' error. Shortened Ex: "department=-1&level=grad&grad=Marriage+%26+Family+Therapy&type=internship" [args] => Array( [department] => -1 [level] => grad [grad] => Marriage [Family_Therapy] => [type] => internship)