Actually I want to read the contents that come after the search query, when it is done. 實際上,我想閱讀搜索查詢以後的內容,完成以後。 The problem is that the URL only accepts POST
methods, and it does not take any action with GET
method... 問題在於URL僅接受POST
方法,而且對GET
方法不執行任何操做... dom
I have to read all contents with the help of domdocument
or file_get_contents()
. 我必須在domdocument
或file_get_contents()
的幫助下閱讀全部內容。 Is there any method that will let me send parameters with POST
method and then read the contents via PHP
? 有什麼方法可讓我使用POST
方法發送參數,而後經過PHP
讀取內容? spa