如何显示PHP / SQL列表(整个列表)[关闭]

I'm current browsing the website below

http://www.prc.gov.ph/licensure/?id=27

To display the list, select (any) Exam Name and Exam Date then Press Seach.

If the list is very long, it will generate Page numbers at the bottom of the page.

Is it possible if anyone can teach me how to display the entire list so that I can copy and paste it in Excel?

enter image description here

I am trying to get the entire list and that's it. Please help

The page above use Ajax call to fetch data, and it function paging with a limit of 20. It do not have view all. So you can not display the entire list.