要 INSERT 資料進去,一般不是會用 prepare 處理嗎? 後續補充: 我也跟樓上一樣比較習慣在 json_decode 的第二個參數加上 true...
把json變成命名陣列(最後面加個,true) $content = json_decode($content,true); 我有點不太能適應PHP的字串插補...
<?php header('Content-Type: text/html; charset=utf-8'); $handle = fopen(&quo...