I did do some research before asking.
Submit form using only PHP? Without JavaScript?
I understand form submission is a client thing. People who answered the above question all rejected the possibility of automatically posting a form without JS. And they did have their points.
I believed they were right until I came across this article recently:
One who asked the question and the other who answered the question, in the end, they both confirmed that automatically post a form using PHP solely is workable. I tried to play around with their code but got a 408 error. Chrome says :
Failed to clear temp storage: It was determined that certain files are unsafe for access within a Web application, or that too many calls are being made on file resources. SecurityError
This article was pretty old though, so probably this solution used to work but it no longer suits modern browsers? Who was wrong?