How do I pass the values of my checkboxes with PHP to mySQL database?
Now the value in my database is just “Array”. Because, well it is an array. It can see whether I checked at least one thing, or no things at all. If I don’t check any checkboxes it returns nothing, if I check at least one thing it returns “Array”. I haven’t worked with PHP before, […]