Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
413 views
in Plugins by
I am developing a plugin that would need to make http post request to external service. How can I do that in php?

I'm not familiar with php very much.
Q2A version: 1.8.3

1 Answer

0 votes
by

You can use the curl_* functions for this. Here's an article that shows you exactly what you'd need to do in PHP: https://davidwalsh.name/curl-post

...