Hello.
I am tasked with making a small survey for internal use. I have the HTML made up where it asks for a incident number (6 digit number) and has 15 checkbox items.
Users here will goto the survey as needed, type in an incident number and check the box or boxes relevant to the incident. Ideally, this would save to a MySQL database.
I do a lot of IT things well, but this next step has me stumped. Can someone lead me in the right direction? I have full access to change the survey (form.php) and the database administration in PHPMyAdmin.
I will later come back to the project and setup some form of simple administration so the breakdowns of which of the 15 issues were associated to the incidents entered, but figure I would be happy if I can get the data entered first. :)
Thanks all. :/