我有一个与用户登录并通过的PHP,它现在登录,但是现在我需要有关如何将其设置为在登录后仅捕获1行代码的帮助...。整个页面
//set the URL to the protected file
curl_setopt($ch, CURLOPT_URL, 'url to grab');
//execute the request
$content = curl_exec($ch)
;
我要用什么来抓取整个页面,我需要有关如何将其转换为
的建议$grab = GetStringBetween(getURL("url to grab"),'start', 'end');
在没有破坏登录名和cookie的情况下,会话存储将保存该登录名和cookie,而不归档文件。