标签: php json
我在php中完成了这个代码,除了显示“product_photo”的图像之外,它正确地获取每个细节:null,同时有图像。 任何想法为什么是null?
while ($row = mysql_fetch_object($qry_result)){ $result[] = $row; } $jsonstring = json_encode($result); echo $jsonstring;