Answers for "php post request output"

PHP
3

get post in php

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

// you have all in an array
Posted by: Guest on August-27-2021

Browse Popular Code Answers by Language