SyntaxFix
Write A Post
Hire A Developer
Questions
Your problem is in your php file. When you use jquery serialize() method you are sending a string, so you can not treat it like an array. Make a var_dump($_post) and you will see what I am talking about.
serialize()
var_dump($_post)