How to read json POST value in php -


When adding grid line data to me, there are an exclamation grid with the line editing plugin

enter image details here

  $ json = file_get_contents ('php: // input'); $ Input_data = json_decode ($ json, TRUE);    

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -