javascript - How can I rander array withen array in JS? -
array ( [0] => array ( [contactid] => 5 [companyid] => 54 [personname] => awais [contactno] => 0321-1111111 [contacttype] => partner ) ) data[0].personname
i have read many questions still shows nothing , saying undefiend. can 1 tell me how can show array in html.. ajax response.
seems ajax respone php:
print_r($array);
what need is:
echo json_encode($array);
Comments
Post a Comment