0

在我的脚本中,我需要通过 HTTP post 方法将数据发送到页面,服务器将设置一些 cookie 并将其发送回给我..对于进一步的请求,我需要使用此 cookie 进行服务器访问..我写了一个函数为此,使用 stream_context_create() 和 file_get_contents() 但我无法发送 cookie。我怀疑问题是否是因为我无法连同 cookie 一起发送 cookie 路径和日期。所以任何人都可以解决这个问题。我不需要基于 CURL 的解决方案 我的功能如下(我将其粘贴在 pastebin 中,因为这里我有缩进问题) http://pastebin.com/QQ1GxzdY

4

1 回答 1

1

我认为 stream_context_create() 和 file_get_contents() 是文件流。所以你可以先使用 haeder cookie 然后使用 stream_context_create() 或 file_get_contents() 做一些事情。

于 2013-01-11T06:04:41.507 回答