sql >> Database teknologi >  >> RDS >> Mysql

Sådan udtrækkes json-data og indsætte i mysql php

Gør sådan noget her...

<?php
$json_data=$_POST['contactdetails'];
$data=json_decode($json_data, true); // Added true flag

// You can access your variables like this..
echo $data['phone number'];// prints "5555"
echo $data['username']; // prints "xfg"

//do your db connection...

// execute your query with those variables...

?>


  1. Sammenkædning af kolonneværdier til en kommasepareret liste

  2. Sådan vises statuslinjen, mens du udfører store SQLCommand VB.Net

  3. MySQL rækkefølge efter bedste match

  4. mysql kompliceret sql