I try to get some data from a webpage and to put it in an array (php or javascript) or a database.
The link of the page is: https://pilotweb.nas.faa.gov/PilotWeb/
My problem is that i want the system itself to push the "I agree" button and after that to fill in the word "LGGG" in the locations field. Then push "view notams" to get the results.
From the results I need to retrieve the names in bold and some coordinates.
I tried instructions from the link "Auto-click button element on page load using jQuery" but it didn't work.
Any advice would be helpful!