Hi I have a form with multiple options in php but it doesn\'t seem to work. I mean the form works in the fact that I can select multiple options, but when I handle posts it does
As i see you are using multiple options selecting so you need to set the name of your select element as this name='Category[]'
try to apply this change and tell me the result :)