If I've a big string and I want to send it to another web page as a GET
request, I just use file(). I've done this often.
But what command do I use when I want to send the same string as a POST
request?
request, I just use file(). I've done this often.
But what command do I use when I want to send the same string as a POST
request?
Comment