$.post / php json_encode issue

$.post / php json_encode issue

I am serializing a form and sending data via $.post to a php file that is encoding the processed data in json format. However, my response data keeps coming back wrapped in html <p>data...</p>. Thus, an error is thrown as the tags make for invalid JSON. I'm clearly missing something, but I can't figure out what. Any clues?