Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

get post in php

$data = json_decode(file_get_contents('php://input'), true);

// you have all in an array
 
PREVIOUS NEXT
Tagged: #post #php
ADD COMMENT
Topic
Name
4+5 =