Could we help you? Please click the banners. We are young and desperately need the money
Are you using a form with AJAX? Are you getting 0 returned from the form?
AJAX Requests which aren't finished always return 0. To finish an AJAX-Request inside of the callback function you have to call exit at the end of the execution.
exit;