0
How to make a php script (using php curl) which can automatically post and get data from a website link.
I have tried a php script in termux app which automatically claim coins from a website. So I want to learn how it works and what would be the basic structure of such a script. I tried youtube but there were methods for a specific site or app. I want to learn it in general for any site or app.
1 Respuesta
+ 1
They are simple GET and POST requests. Initiating such a request isn't provided on sololearn here. Just Google "how to initiate a GET request from a pho script"