Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • 1
    what errors do you get, if any, in the javascript console? Commented Mar 16, 2013 at 18:11
  • Off the top of my head: maybe $.post doesn't send stuff as request parameters, but serialised as JSON in the request body. Maybe there's a way to dump the whole request in PHP? Commented Mar 16, 2013 at 18:11
  • try print_r ( $_POST ) on php side, debug it in browser console Commented Mar 16, 2013 at 18:15
  • So far found no errors on the console Commented Mar 16, 2013 at 18:20