Hello. I would be grateful if anyone could give me a hand, a way to solve this problem.
Programming language: PHP.
Problem: I want to work with information from a website. This information is in the HTML of the site page which I will consult every day to treat this html, via php, and save the information I want in the application database that I am creating.
The problem is to pass to the site the parameter I want it to load the information I want. What I do not know is how to pass a parameter via POST.
The site is the link . I need to pass the World and save the entire html page in a variable. The fact of saving the html page and treating it, I already know.
The problem is how to pass the world parameter to the link and it loads as if I had chosen the World on the page and clicked the Submit button?