Posted 23 Apr 2012 Link to this post
$var_OutputArray
=
array
(
'attachid'
=>
$attachment
->AttachmentID,
'mod'
->ModuleCode,
'tic'
->Type);
header(
'Content-type: text/plain'
);
echo
json_encode(
{
"attachid"
:
"labgh3v1din96yfk"
,
"mod"
"prj"
"tic"
"ticket"
}
Posted 24 Apr 2012 Link to this post
Everything seems fine with the server response. That said, a Fiddler capture will be appreciated as it will ensure that we're not missing something. What happens if you try to request the handler using $.getJSON()?
Posted 25 Apr 2012 Link to this post