Answers for "get post info in php"

PHP
2

get post info 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