标签: php json parse-error php-parse-error
我正在生成JSON Feed并获得语法错误,意外''Venue''(T_CONSTANT_ENCAPSED_STRING),期待第25行中的')'所有名称广告字段在数据库中都是正确的。我正在使用的代码在这里
main
答案 0 :(得分:1)
你忘记了前两行的逗号:
'Description'=>$row['Description'], 'Venue'=>$row['Venue'], 'Date'=>$row['Date']