How to make a php script (using php curl) which can automatically post and get data from a website link. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

6th Jul 2020, 3:15 PM
Jan Alam
Jan Alam - avatar
1 Answer
+ 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"
11th Jul 2020, 1:42 PM
Aman Kumar
Aman Kumar - avatar