Here is my problem :
这是我的问题:
i try to get the content from a .php file with an ajax query... the datatype is set on json, and i give it back from my php file this way : echo json_encode($myData); the ajax query always goes into "error" and gives me this : i try to get