Home > Backend Development > PHP Tutorial > Is it json or array? How can I batch insert into the database using PHP?

Is it json or array? How can I batch insert into the database using PHP?

WBOY
Release: 2016-10-12 09:50:11
Original
1092 people have browsed it

Is it json or array? How can I batch insert into the database using PHP?

As shown in the picture, is it json or array?
print_r (json_decode($json2)); echo "

"; <br>print_r (json_decode($json2, true)); echo "<pre class="brush:php;toolbar:false">";</p>
<p>print_r (json_ecode($json2, true));echo "<pre class="brush:php;toolbar:false">";</p>
<p>If it doesn’t work, just use echo to output</p>
<p>$pageContents = $client->getContent();//getError<br>$pageContents =str_replace('trde_fullo_get_rsponse','',$pageContents);<br>$pageContents =str_replace('"jdp_rese":"{"":{ "tde":{','',$pageContents);</p>
<p>echo $pageContents;</p>
<div class="code" style="position:relative; padding:0px; margin:0px;"><pre class="brush:php;toolbar:false"><code>tid":2356471828086946,"buyer_nick":"图图爱跳舞","created":"2016-09-16 11:24:05","payment":"657.97","pay_time":"2016-09-16 11:24:22","modified":"2016-10-08 21:03:55","num":1,"price":"1985.00","receiver_name":"小百度","receiver_address":" 十里铺先行大厦(务必联系周冰签收!)","status":"TRADE_FINISHED","total_fee":"2054.97","num":1,"oid":2356471828086946,"outer_iid":"gncfastact240x2","payment":"657.97","status":"TRADE_FINISHED","title":"GN美国原装口香糖","price":"1985.00"</code>
Copy after login

Please give me some advice on inserting mysql statements in batches. It would be best if I came with an example. Thank you so much. Newbies are on their way.

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template