Y
Hacker News
new
|
ask
|
show
|
jobs
by
dmpatierno
5451 days ago
Typically this is what file_get_contents() is for (with fopen_wrappers enabled) if you just want a simple GET.
1 comments
troels
5451 days ago
In newer versions of PHP, you can use `stream_context_create` to make post requests and more, using `file_get_contents`
link