I am creating an application that retrieves data from a website and displays it in my application. I am using PHPQuery to retrieve data in my server code.
However, one page contains an .asp form with two drop-down menus. I need to select a parameter in both of them, and then parse the resulting html. I need to do this on the server side, so javascript does not seem to be an option.
How can i do this? Can this be done using PHPQuery or some other technology?
This page: http://www.bput.ac.in/exam_schedule_ALL.asp
source
share