javascript - strange json_encode result returned in ajax callback -
what did
while ($obj = $post_items->fetch_object()) { echo json_encode($obj); }
and console callback, seem working found data isn't correct. object have property post id , post_id, see below
how can be?
Comments
Post a Comment