How to handle server sided exceptions with AJax queries on the client end?

Posted by Ali on Stack Overflow See other posts from Stack Overflow or by Ali
Published on 2010-05-26T12:05:07Z Indexed on 2010/05/26 12:11 UTC
Read the original article Hit count: 205

Filed under:
|
|

Hi guys I've noticed that at times exceptions do get thrown on server sided code - however when it comes to ajax requests how do I implement it such that I'm able to inform the user that an exception has been thrown and something has gone wrong? I'm using Php on the back end here.

© Stack Overflow or respective owner

Related posts about php

Related posts about AJAX