How do you compile PHP in Java?
I am making a project, a web server. I want to do as much as I can from scratch, so I designed listeners which can transmit basic information ( html ) to the client, then terminate the connection. Unfortunately, I can't find out how to use POST with ...