how to post data to a php file using axios code example
Example: send axios request to php
<?php
$rp = json_decode(file_get_contents('php://input'), true);
<?php
$rp = json_decode(file_get_contents('php://input'), true);