Answers for "axios post not sending data php"

PHP
0

axios post not sending data php

$_POST = json_decode(file_get_contents("php://input"),true);
echo $_POST['data1'];
Posted by: Guest on April-04-2021

Browse Popular Code Answers by Language