Nat. , i readed a little about CURL, but is fucking complicated, are you sure is easier with Curl rather than Sockets ? ( I mean when you have zero knowledeb about subject as me ) .
Anyway .
What exactly does Curl? Please explain in normal terms not programmer terms .
If i use curl to retrieve data from an Gametracker page of an User, could i Read one of more Info from there just by inserting an Key ?
Or the CURL function would downloand an entire page and i have to use Regex to search for my keywords and delete the rest of the content ?
I found this website (
https://reqbin.com/req/c-1n4ljxb9/cu...equest-example )
If i use CURL on gametracker of an player page, would give me an PHP source code ,
Does that mean the Curl module uses getinfo function to download source codes of the http i insert, and i have to use Regex in order to substring my info i need to retrieve ?
I'm sorry but i am really confused about how this module works, and all the info and people were talking about it made it even more confusing because they were talking in PROGRAMMING terms, but i'm not an programmer .
__________________