Title: how to display error code on Post by: dan on May 06, 2015, 08:59:32 AM Hi,
All of a sudden my datagrid application no longer accepts new forms however I can edit, I believe I'm trying to track the error down but the standard jquery code just states "some errors occurred". Can anyone tell me how to display the mysql error so I can track the problem? The existing code is as follows;- echo json_encode(array('errorMsg'=>' Some errors occured.')); Thanks |