How can I collect post data from a browser extension in php? Can you just collect it like a form? like this?:
echo $_POST["changes"];
I dont think that works though and I have no idea why.
How can I collect post data from a browser extension in php? Can you just collect it like a form? like this?:
echo $_POST["changes"];
I dont think that works though and I have no idea why.