Automatically provide server side HTML response using PHP

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

+4
source share
2 answers

PHP phpQuery, cURL.

, JavaScript cURL. , () , cURL . JavaScript , , . , .

, , webkit, phantomJS .., script , . : fooobar.com/questions/1593097/... , . , POST.

, , .

0
  • JavaScript, AJAX SELECT.
  • AJAX, ( phpQuery) ( AJAX).
  • JavaScript AJAX .
0

All Articles