I have been directed to use the method php://input instead of $_POST when interacting with Ajax requests from JQuery. What I do not understand is t
php://input
$_POST
Simple example of how to use it