I\'ve seen numerous methods of POSTing data with PHP over the years, but I\'m curious what the suggested method is, assuming there is one. Or perhaps there is a somewhat uns
cURL is the only reliable way I know of, to POST data, aside from using a socket.
Now if you wanted to send data via GET there are several methods: cURL sockets file_get_contents file and others