There is a page in php where I have to make several queries. This page is not the one I manage and I do not have any information about its source code.
What is done on this page: A value is entered in an input and awaited return with the information I need. (a normal POST, right?)
What I need: Since there are several queries, I wanted something that would automate this process. A type of a robot that performs these queries and stores the result in any external file (txt, csv). I would like this robot to take the value that has to be typed in this field in a list of data that I have and go erasing or just marking as done as you are querying for this value.
Finding something I found about CURL. Would it work in this case? Does anyone have any idea how to do something like this?