I have this
in a php file.PHP Code:
$userID = $_POST['id'];
The $userID is in an echo and empty when sending a POST http request using axios.
Not sure if I am doing something wrong or if something on the site needs to be set to enable POST php.
Other php code for get is working.
Thank you,
Michel