This question may be very stupid, but i'm a beginner in web development and I would like to know if there is a way to send JSON string to a php file without using AJAX?
I had a Exam question like this : "Submit the JSON object to the PHP file. In the PHP file you must convert the JSON string into a PHP object."
How this would be possible without AJAX?
Thank you
curl